Closed
Bug 1811411
Opened 2 years ago
Closed 2 years ago
Add profiler marker for discarding JitCode
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Similar to our markers for Bailout and Invalidation, it makes sense to have a marker for when JitCode in a zone is dropped.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → tcampbell
Updated•2 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•2 years ago
|
||
Similar to the Discard marker, it seems useful to have a profile marker for
discard events since they can toss a lot of Jit code.
Updated•2 years ago
|
Attachment #9314166 -
Attachment description: WIP: Bug 1811411 - Add profiler marker when discarding JitCode → Bug 1811411 - Add profiler marker when discarding JitCode
Assignee | ||
Comment 2•2 years ago
|
||
Sample profile: https://share.firefox.dev/3Dkght5
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4af274d4ee61
Add profiler marker when discarding JitCode r=jandem
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-233
You need to log in
before you can comment on or make changes to this bug.
Description
•