Closed
Bug 1609674
Opened 5 years ago
Closed 5 years ago
Add innerWindowID to "setTimeout" and "setTimeout deferred release" markers
Categories
(Core :: Gecko Profiler, enhancement)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: canova, Assigned: canova)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
We don't include innerWindowID for those markers as of now. But there is a mWindow
field inside TimeoutManager
class, that means we can actually get that ID for those markers. We should definitely add those.
We have innerWindowID for "setTimeout callback" marker but even though we can get that information easily, with WindowID()
, we go through docshell -> outerWindow -> innerWindow -> WindowID()
. We should definitely fix that too while we are here.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D60269
Comment 3•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fd633beac3d4
https://hg.mozilla.org/mozilla-central/rev/4b4d97f009d3
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•