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:
Martin Robinson 2015-07-15 12:16:46 -07:00
parent 9534e8143f
commit 900337e3d1
7 changed files with 48 additions and 9 deletions

View file

@ -112,6 +112,7 @@ impl CompositorEventListener for NullCompositor {
Msg::NewFavicon(..) => {}
Msg::HeadParsed => {}
Msg::ReturnUnusedLayerBuffers(..) => {}
Msg::CollectMemoryReports(..) => {}
}
true
}