Closed
Bug 1515209
Opened 3 years ago
Closed 2 years ago
Add markers for <script> execution
Categories
(Core :: Gecko Profiler, enhancement, P3)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla67
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(2 files)
We have a profiling label for <script> execution in ScriptLoader::ProcessScriptElement or in ScriptLoader::EvaluateScript. We should add profiler markers for these as well, so that it's easier to compare them at a glance from the marker chart. I'm changing the profiler label in bug 1514007, so any work in this bug should probably based on that bug.
Updated•2 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mstange
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D19188
Pushed by mstange@themasta.com: https://hg.mozilla.org/integration/autoland/rev/2250278e1466 Add profiler_add_text_marker and AUTO_PROFILER_TEXT_MARKER_DOCSHELL for convenience, and add the ability to specify cause stacks. r=gerald https://hg.mozilla.org/integration/autoland/rev/1d6f26a48a9a Add a text marker for <script> evaluation. r=gerald
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2250278e1466
https://hg.mozilla.org/mozilla-central/rev/1d6f26a48a9a
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Hi Markus, I noticed bug 1514007 affects 66. Is this something you're intending to uplift to beta 66?
Flags: needinfo?(mstange)
Thanks! I love to hear that right about now in beta :)
You need to log in
before you can comment on or make changes to this bug.
Description
•