Skip to content

Commit c87fdd3

Browse files
committed
remove non-tracinghprof implementation
1 parent dbaaeb0 commit c87fdd3

File tree

10 files changed

+161
-495
lines changed

10 files changed

+161
-495
lines changed

crates/profile/src/hprof.rs

Lines changed: 0 additions & 326 deletions
This file was deleted.

crates/profile/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ mod stop_watch;
66
mod memory_usage;
77
#[cfg(feature = "cpu_profiler")]
88
mod google_cpu_profiler;
9-
mod hprof;
10-
mod tree;
119

1210
use std::cell::RefCell;
1311

1412
pub use crate::{
15-
hprof::{heartbeat, heartbeat_span, init, init_from, span},
1613
memory_usage::{Bytes, MemoryUsage},
1714
stop_watch::{StopWatch, StopWatchSpan},
1815
};

0 commit comments

Comments
 (0)