Open
Bug 1542276
Opened 6 years ago
Updated 2 years ago
Don't auto-normalize WR profiler graphs
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: kvark, Unassigned)
References
(Blocks 2 open bugs)
Details
When "gfx.webrender.debug.profiler" is enabled, we output 4 graphs:
- CPU backend
- CPU renderer
- DisplayList IPC
- GPU
These always get auto-normalized to the max value in the graph, which makes the whole graph jump back and forth in height scaling. It's not very convenient or useful to look at as it stands now.
Instead, we should establish fixed expectations/budget for each of those, such that that it's clear from a single look at the graph that we are below or above the expected times.
Comment 1•6 years ago
|
||
The priority flag is not set for this bug.
:jbonisteel, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jbonisteel)
Updated•6 years ago
|
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•