Revive the slow frame indicator
Categories
(Core :: Graphics: WebRender, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The indicator coming with the "gfx.webrender.debug.slow-frame-indicator" pref has been broken for a while. It was useful, though, let's revive it.
In addition it would be useful to add extra specific "slowness indicators", for example for scene building, frame building, rendering and whatever else we care about.
Assignee | ||
Comment 1•5 years ago
|
||
This removes the WebRender side of the previous slow frame indicator and replace it with a simple implementation that only looks at the CPU time on the render backend and renderer thread involved for building a frame.
A followup patch will add a separate indicator for when the displaylist/ipc/scene bits take too long.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
It moves when DL building + IPC + scene building takes more than 100ms.
Depends on D69247
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ca010d7a52d
https://hg.mozilla.org/mozilla-central/rev/af4366c6c434
Description
•