diff options
author | Nicholas Nethercote <nnethercote@mozilla.com> | 2014-06-25 23:07:01 -0700 |
---|---|---|
committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2014-06-26 16:40:38 -0700 |
commit | fad919ccf752099ee748d1b4f5dba41028800c8c (patch) | |
tree | 011f63d81bb92931fa7ca012b2e76d0f7927c3a5 /src/components/util/util.rs | |
parent | be2e27db5434348b7655a85eac95aabf6fda6e12 (diff) | |
download | servo-fad919ccf752099ee748d1b4f5dba41028800c8c.tar.gz servo-fad919ccf752099ee748d1b4f5dba41028800c8c.zip |
Add a basic memory profiler, invoked with -m.
Diffstat (limited to 'src/components/util/util.rs')
-rw-r--r-- | src/components/util/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/util/util.rs b/src/components/util/util.rs index 80c3fd115d4..483de9ed6b6 100644 --- a/src/components/util/util.rs +++ b/src/components/util/util.rs @@ -29,6 +29,7 @@ extern crate std_url = "url"; pub mod cache; pub mod debug_utils; pub mod geometry; +pub mod memory; pub mod namespace; pub mod opts; pub mod range; |