Closed
Bug 1720358
Opened 3 years ago
Closed 3 years ago
Remove MOZ_GECKO_PROFILER ifdefs around code using AutoProfilerMarker
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The MOZ_GECKO_PROFILER ifdefs in the following files could be removed if AutoProfilerLabel was always available:
dom/base/JSExecutionContext.*
dom/script/AutoEntryScript.*
dom/workers/Worker.cpp
layout/style/GeckoBindings.*
widget/cocoa/nsAppShell.*
Assignee | ||
Comment 1•3 years ago
|
||
Severity: -- → N/A
Priority: -- → P3
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c632147968ab
Make AutoProfilerLabel available even when MOZ_GECKO_PROFILER is not defined, and remove ifdefs, r=gerald.
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•