diff options
author | Connor Imes <connor.k.imes@gmail.com> | 2015-08-12 13:16:11 -0500 |
---|---|---|
committer | Connor Imes <connor.k.imes@gmail.com> | 2015-08-22 07:45:20 +0800 |
commit | 054cbf2dcea18e6dd33c14fac70477b6602f18bf (patch) | |
tree | e60c9e0cb76837aee040f74a91203abe6c1b856c /components/profile/lib.rs | |
parent | 19d466b06250f10169e88fc7f0b447c7f2f8209e (diff) | |
download | servo-054cbf2dcea18e6dd33c14fac70477b6602f18bf.tar.gz servo-054cbf2dcea18e6dd33c14fac70477b6602f18bf.zip |
Integrate with simple Heartbeats
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index 1577df154f2..9bf2018f4be 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -8,6 +8,7 @@ #[macro_use] extern crate log; +extern crate hbs_pow; extern crate ipc_channel; extern crate libc; #[macro_use] @@ -21,3 +22,5 @@ extern crate util; pub mod mem; pub mod time; + +mod heartbeats; |