diff options
author | Connor Imes <connor.k.imes@gmail.com> | 2015-07-28 15:23:57 -0500 |
---|---|---|
committer | Connor Imes <connor.k.imes@gmail.com> | 2015-09-09 13:35:21 -0500 |
commit | 3c25f47dbcfd39396298fdd9f229305676836118 (patch) | |
tree | f1bf48e6094cb53d03b9769e5f34cf041f1cfb55 /components/profile_traits/lib.rs | |
parent | 0d37e8f96b7f40d14bf4fbb0b66e42a01302a336 (diff) | |
download | servo-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.rs | 1 |
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; |