Closed
Bug 1500467
Opened 7 years ago
Closed 6 years ago
Annotate profiling labels which are JavaScript entry and exit points
Categories
(Core :: Gecko Profiler, enhancement)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(4 files)
This is the Gecko side of https://github.com/devtools-html/perf.html/issues/1392 .
Proposal: Add a new column to the frameTable called "relevantForJS" which contains true or false for each frame. Set it to true for AutoScriptEntry frames and WebIDL API frames.
Greg, does this format change sound good to you?
Flags: needinfo?(gtatum)
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mstange
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Depends on D9300
| Assignee | ||
Comment 4•7 years ago
|
||
Depends on D9301
| Assignee | ||
Comment 5•7 years ago
|
||
Depends on D9302
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/9601c8af6d8d
Add RELEVANT_FOR_JS flag and update profile format with an extra relevantForJS column in the stack table. r=njn
https://hg.mozilla.org/integration/autoland/rev/26a850e26e27
Mark WebIDL profiler label frames as RELEVANT_FOR_JS. r=njn
https://hg.mozilla.org/integration/autoland/rev/74eb25707025
Mark AutoEntryScript label frames as RELEVANT_FOR_JS. r=njn
https://hg.mozilla.org/integration/autoland/rev/a7df15c51806
Mark stack labels for JS built-ins as RELEVANT_FOR_JS. r=njn
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9601c8af6d8d
https://hg.mozilla.org/mozilla-central/rev/26a850e26e27
https://hg.mozilla.org/mozilla-central/rev/74eb25707025
https://hg.mozilla.org/mozilla-central/rev/a7df15c51806
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•