Closed
Bug 1695228
Opened 4 years ago
Closed 4 years ago
Timing Distributions need a "raw" RLB API for samples coming over FOG IPC
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chutten, Assigned: janerik)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Timing Distribution samples in child processes in Firefox Desktop are measured using process-local timers. They are complete samples when coming over IPC and thus need a "raw" API in the RLB to be added (rather than start/stop/cancel).
This API:
- should not be added to the trait
- should take a sample (
u64
) or a bunch of samples (Vec<u64>
or a slice or something)
Assignee | ||
Updated•4 years ago
|
Priority: P3 → P2
Whiteboard: [telemetry:glean-rs:m?]
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → jrediger
Priority: P2 → P1
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Comment on attachment 9210315 [details]
Bug 1695228 - Replay samples from timing distribution. r?chutten!
Revision D109079 was moved to bug 1700084. Setting attachment 9210315 [details] to obsolete.
Attachment #9210315 -
Attachment is obsolete: true
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•