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

@ -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;