Closed
Bug 1587503
Opened 6 years ago
Closed 6 years ago
Provide a mechanism to inspect the current profiler configuration
Categories
(Core :: Gecko Profiler, enhancement, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
Details
Attachments
(1 file)
It's hard to currently test the profiler configuration, as it's not query-able. This bug is for surfacing that information on the nsIProfiler interface, and also providing that information to the profile meta object.
| Assignee | ||
Comment 1•6 years ago
|
||
This patch creates a new API to the nsIProfiler interface, through the activeConfiguration
property. It exposes the internal configuration of the profiler. In addition, this information
is serialized into the profile meta object.
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by gtatum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5a6d3421d54
Provide a mechanism to inspect the current profiler configuration; r=gerald
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•