Closed
Bug 1634782
Opened 5 years ago
Closed 5 years ago
Complete implementation of Base Profiler on MingW
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
Similar to bug 1557570, but for MingW.
MingW is currently the only platform that has MOZ_GECKO_PROFILER but not MOZ_BASE_PROFILER. In order to reduce code duplication, we should start using base profiler files in the Gecko profiler implementation soon. We can only do this if all platforms with MOZ_GECKO_PROFILER also have MOZ_BASE_PROFILER.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
It's... green?
Priority: -- → P3
| Assignee | ||
Comment 3•5 years ago
|
||
Now the base profiler is enabled on all platforms that also have MOZ_GECKO_PROFILER.
Updated•5 years ago
|
Assignee: nobody → mstange
Status: NEW → ASSIGNED
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/92e026586f9c
Enable MOZ_BASE_PROFILER on MingW. r=gerald
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•