aboutsummaryrefslogtreecommitdiff
path: root/crates/profile/src/lib.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-29 20:22:11 +0100
committerGitHub <[email protected]>2021-03-29 20:22:11 +0100
commit35efbf566184fc55a063e7fec7b9a30366e94c95 (patch)
treeb79be0db6c2db9affa688cffcffdc1e3f04ef5c7 /crates/profile/src/lib.rs
parent7b9e2a26415d484dd5d3a487981b82a56426cf01 (diff)
parent483a5bc9c850f3144cfbdf51a272bbcadbdc5934 (diff)
Merge #8244
8244: internal: track missing `.check_cancelled` r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/profile/src/lib.rs')
-rw-r--r--crates/profile/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/src/lib.rs b/crates/profile/src/lib.rs
index 79dba47d5..9ca6341db 100644
--- a/crates/profile/src/lib.rs
+++ b/crates/profile/src/lib.rs
@@ -10,7 +10,7 @@ mod tree;
10use std::cell::RefCell; 10use std::cell::RefCell;
11 11
12pub use crate::{ 12pub use crate::{
13 hprof::{init, init_from, span}, 13 hprof::{heartbeat, heartbeat_span, init, init_from, span},
14 memory_usage::{Bytes, MemoryUsage}, 14 memory_usage::{Bytes, MemoryUsage},
15 stop_watch::{StopWatch, StopWatchSpan}, 15 stop_watch::{StopWatch, StopWatchSpan},
16}; 16};