Closed
Bug 1913140
Opened 1 year ago
Closed 1 year ago
Update telemetry probe http_content_ondatafinished_delay to collect OnDataFinished only on OMT.
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
131 Branch
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: smayya, Assigned: smayya)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
The problem with the current probe http_content_ondatafinished_delay is that it records data even when running on main thread. We would like to record http_content_ondatafinished_delay only when running on OMT.
This bug introduces http_content_ondatafinished_delay_2 for exclusively measuring delays between scheduling and running ondatafinished in OMT.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → smayya
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [necko-triaged]
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by smayya@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/abf130c34c33
Update telemetry probe http_content_ondatafinished_delay to collect OnDataFinished only on OMT. r=jesup,necko-reviewers
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•