Closed
Bug 1624016
Opened 6 years ago
Closed 6 years ago
Add memory reporting to WR display item cache
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: mikokm, Assigned: mikokm)
References
Details
Attachments
(1 file)
WebRender display item caching does not have memory reporting implemented.
- In the parent process, the persistent data lives in SceneBuilderThread, inside Document -> Scene -> ScenePipeline.
- In the content process, the persistent data is in WebRenderLayerManager -> DisplayItemCache.
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/dab7338c2064
Memory report WebRender display list and display item cache r=jrmuizel
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
| Assignee | ||
Comment 4•6 years ago
|
||
Alexandru, I believe this alert belongs here https://treeherder.mozilla.org/perf.html#/alerts?id=25534
Flags: needinfo?(aionescu)
Comment 5•6 years ago
|
||
Thank you, Miko. I did some retriggers as the graph might not be so accurate.
Flags: needinfo?(aionescu)
Comment 6•6 years ago
|
||
You're right.
== Change summary for alert #25534 (as of Thu, 02 Apr 2020 17:58:36 GMT) ==
Improvements:
7% Heap Unclassified windows10-64-shippable-qr opt 64,626,073.69 -> 59,793,242.54
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=25534
You need to log in
before you can comment on or make changes to this bug.
Description
•