Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/src/lib.rs')
-rw-r--r--crates/profile/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/profile/src/lib.rs b/crates/profile/src/lib.rs
index d86aa0c414..38c5b3fc9c 100644
--- a/crates/profile/src/lib.rs
+++ b/crates/profile/src/lib.rs
@@ -4,15 +4,12 @@
#[cfg(feature = "cpu_profiler")]
mod google_cpu_profiler;
-mod hprof;
mod memory_usage;
mod stop_watch;
-mod tree;
use std::cell::RefCell;
pub use crate::{
- hprof::{heartbeat, heartbeat_span, init, init_from, span},
memory_usage::{Bytes, MemoryUsage},
stop_watch::{StopWatch, StopWatchSpan},
};