Closed
Bug 1637729
Opened 5 years ago
Closed 4 years ago
Add a profiler marker for the number of picture cache tiles that are invalidated
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: dlu)
Details
Attachments
(1 file)
From gw:
https://searchfox.org/mozilla-central/source/gfx/wr/webrender/src/picture.rs#5458 is where it allocates a render task for a tile. Any time it gets past https://searchfox.org/mozilla-central/source/gfx/wr/webrender/src/picture.rs#5350 it has decided that a tile needs to be rasterized
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → dlu
Putting this resolved bug here for reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1622327
Note from meeting: Start by adding regular profile marker; can figure out how to get the GPU stuff later.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dcf166da7a8b
Added a counter to track how many picture cache tiles are invalidated, and added it as an event marker to the profiler. r=jrmuizel,gw
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•