Closed
Bug 1937636
Opened 2 months ago
Closed 2 months ago
Add a profiler feature for recording flow markers
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(1 file)
Recording flow markers can be somewhat expensive because it can add a
lot of markers. e.g. a two markers for each microtask, markers
for the hang reporter between each runnable etc.
Assignee | ||
Comment 1•2 months ago
|
||
Recording flow markers can be somewhat expensive because it can add a
lot of markers. e.g. a two markers for each microtask, markers
for the hang reporter between each runnable etc.
This adds a feature flag that we so we can conditionally
emit these markers.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/67b2f569c72c
Add a profiler feature for recording flow markers. r=profiler-reviewers,julienw
Comment 3•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•