diff options
Diffstat (limited to 'crates/profile')
-rw-r--r-- | crates/profile/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 486f9c164..98df79a8f 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml | |||
@@ -15,14 +15,14 @@ cfg-if = "1" | |||
15 | libc = "0.2.73" | 15 | libc = "0.2.73" |
16 | la-arena = { version = "0.2.0", path = "../../lib/arena" } | 16 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
17 | countme = { version = "2.0.1", features = ["enable"] } | 17 | countme = { version = "2.0.1", features = ["enable"] } |
18 | jemalloc-ctl = { version = "0.3.3", optional = true } | 18 | tikv-jemalloc-ctl = { version = "0.4.1", optional = true } |
19 | 19 | ||
20 | [target.'cfg(target_os = "linux")'.dependencies] | 20 | [target.'cfg(target_os = "linux")'.dependencies] |
21 | perf-event = "0.4" | 21 | perf-event = "0.4" |
22 | 22 | ||
23 | [features] | 23 | [features] |
24 | cpu_profiler = [] | 24 | cpu_profiler = [] |
25 | jemalloc = ["jemalloc-ctl"] | 25 | jemalloc = ["tikv-jemalloc-ctl"] |
26 | 26 | ||
27 | # Uncomment to enable for the whole crate graph | 27 | # Uncomment to enable for the whole crate graph |
28 | # default = [ "cpu_profiler" ] | 28 | # default = [ "cpu_profiler" ] |