aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/lib.rs
diff options
context:
space:
mode:
authorConnor Imes <connor.k.imes@gmail.com>2015-07-28 15:23:57 -0500
committerConnor Imes <connor.k.imes@gmail.com>2015-09-09 13:35:21 -0500
commit3c25f47dbcfd39396298fdd9f229305676836118 (patch)
treef1bf48e6094cb53d03b9769e5f34cf041f1cfb55 /components/profile_traits/lib.rs
parent0d37e8f96b7f40d14bf4fbb0b66e42a01302a336 (diff)
downloadservo-3c25f47dbcfd39396298fdd9f229305676836118.tar.gz
servo-3c25f47dbcfd39396298fdd9f229305676836118.zip
Add energy monitoring and characterization scripts
Diffstat (limited to 'components/profile_traits/lib.rs')
-rw-r--r--components/profile_traits/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile_traits/lib.rs b/components/profile_traits/lib.rs
index 4ab9c55b6a7..abeec3bb1ad 100644
--- a/components/profile_traits/lib.rs
+++ b/components/profile_traits/lib.rs
@@ -13,6 +13,7 @@
extern crate ipc_channel;
extern crate serde;
+pub mod energy;
pub mod mem;
pub mod time;