Closed
Bug 1724222
Opened 4 years ago
Closed 4 years ago
Add profiler markers in DeferredTask
Categories
(Toolkit :: Async Tooling, task)
Toolkit
Async Tooling
Tracking
()
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
Details
Attachments
(1 file)
I frequently see "Runnable - callback[DeferredTask.jsm]:JS" markers in profiles, but the name of the runnable doesn't contain enough information to understand which code is being called.
| Assignee | ||
Comment 1•4 years ago
|
||
Example profile with the new markers: https://share.firefox.dev/2TYPK16 The WebExentions process shows that we have a wakeup every 5s while Firefox is idle, that's probably something to investigate. The Parent Process shows the various deferred tasks that are created during startup and then their execution.
| Assignee | ||
Comment 2•4 years ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7694bf7edaa8
Add profiler markers in DeferredTask, r=mconley.
Comment 4•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•