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
|
@ -22,6 +22,7 @@ extern crate script_traits;
|
|||
extern crate msg;
|
||||
extern crate net;
|
||||
extern crate num;
|
||||
#[macro_use]
|
||||
extern crate profile_traits;
|
||||
extern crate net_traits;
|
||||
extern crate gfx_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue