mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Measure paint task buffer maps in the memory profiler.
Example output from the memory profiler: ``` | 1.04 MiB -- url(http://en.wikipedia.org/wiki/Main_Page) | 0.26 MiB -- display-list | 0.78 MiB -- paint-task # new output line | 0.78 MiB -- buffer-map # new output line ``` The buffer maps aren't huge, but they're worth measuring, and it's good to get the memory profiler plumbing into PaintTask.
This commit is contained in:
parent
2ce7b78907
commit
a21f6c407c
5 changed files with 53 additions and 2 deletions
|
@ -24,6 +24,7 @@ extern crate layers;
|
|||
extern crate libc;
|
||||
extern crate stb_image;
|
||||
extern crate png;
|
||||
#[macro_use]
|
||||
extern crate profile_traits;
|
||||
extern crate script_traits;
|
||||
extern crate rustc_serialize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue