Closed
Bug 2044462
Opened 1 month ago
Closed 1 month ago
Add a PerfStat measuring the time spent classifying channels
Categories
(Core :: Performance Engineering, task, P3)
Core
Performance Engineering
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
(Whiteboard: [fxpe])
Attachments
(1 file)
In bug 2030021 Benjamin extended the URL classification system to optionally avoid blocking AsyncOpen on URL classification for annotation-only features.
The patches included a glean probe that measures the time spent classifying a channel.
It would be useful for measuring and tuning the performance of this feature to capture a PerfStats.
Updated•1 month ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/FXPE-66
| Assignee | ||
Comment 1•1 month ago
|
||
A PerfStat mirroring the check_channel_helper_time probe lets us measure the impact of channel classification work in CI.
Pushed by acreskey@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ec6c54fc69f7
https://hg.mozilla.org/integration/autoland/rev/1c6f62a6afed
Add a PerfStat measuring the time spent classifying channels r=bvandersloot
Comment 3•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Updated•26 days ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•