Open
Bug 1609667
Opened 5 years ago
Updated 2 years ago
Investigate and see if we can add innerWindowID for GC markers.
Categories
(Core :: Gecko Profiler, enhancement, P2)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: canova, Unassigned)
References
(Blocks 1 open bug)
Details
We have GC{Slice,Major,Minor} markers in the profiler. And currently we don't have any tab information for them. After JS frames tab information patch, we have innerWindowIDs inside JSContexts
now(specifically inside realms). So we should investigate and see if we can add those IDs inside those markers. I'm not sure if we collect those markers per-tab or we have a central GC that collects everything though. If it's the latter, it won't be possible/helpful to get that information.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•