Closed
Bug 820951
Opened 12 years ago
Closed 12 years ago
Add an option to the Profiler to strip out leaf addresses from JS profiles
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: rcampbell, Assigned: BenWa)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
The version of the Profiler we're about to land in bug 795268 can have many entries which look like addresses at the ends of various paths. We should provide an option to strip those out from the generated profile data.
Reporter | ||
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 1•12 years ago
|
||
Introduce "leaf" feature that will opt into leaf addresses for pseudo-stack profiles.
MOZ_PROFILER_STARTUP will default to using that feature and I will modify the addon to use it.
Updated•12 years ago
|
Attachment #691465 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a88f54896f18
https://hg.mozilla.org/mozilla-central/rev/095d4a9bcd6c
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•