Closed
Bug 1720289
Opened 4 years ago
Closed 4 years ago
Remove MOZ_GECKO_PROFILER ifdefs around network markers
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
(2 files)
All calls to profiler_add_network_marker
are currently wrapped in MOZ_GECKO_PROFILER
ifdefs, but the only remaining reason for that is that this function is declared within an ifdef inside GeckoProfiler.h. All the functions used by the profiler_add_network_marker
implementation are available (and no-op) on platforms where the profiler is not built.
Assignee | ||
Comment 1•4 years ago
|
||
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d40ebdbeb8d
remove MOZ_GECKO_PROFILER ifdefs around network markers, r=necko-reviewers,gerald,kershaw.
https://hg.mozilla.org/integration/autoland/rev/3dc3a9638070
fix the OpaqueResponseUtils includes, r=kershaw,necko-reviewers.
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5d40ebdbeb8d
https://hg.mozilla.org/mozilla-central/rev/3dc3a9638070
Status: NEW → RESOLVED
Closed: 4 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
•