Closed
Bug 1693347
Opened 5 years ago
Closed 5 years ago
Avoid including GeckoProfiler.h when it's not going to be used
Categories
(Core :: IPC, enhancement)
Core
IPC
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently GeckoProfiler.h is included unconditionally in .cpp files generated by ipdl. Smaller more specific ProfilerLabels.h and ProfilerMarkers.h headers can be included only when they are needed.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a33c1ca0e15
Avoid including GeckoProfiler.h in generated cpp files when it is not going to be used, r=nika.
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•