mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add memory profiling for the compositor task
Currently only the BufferMap is recorded, but a later change will also measure the memory usage of the compositor tree.
This commit is contained in:
parent
9534e8143f
commit
900337e3d1
7 changed files with 48 additions and 9 deletions
|
@ -112,6 +112,7 @@ impl CompositorEventListener for NullCompositor {
|
|||
Msg::NewFavicon(..) => {}
|
||||
Msg::HeadParsed => {}
|
||||
Msg::ReturnUnusedLayerBuffers(..) => {}
|
||||
Msg::CollectMemoryReports(..) => {}
|
||||
}
|
||||
true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue