diff options
author | Aleksey Kladov <[email protected]> | 2020-07-11 02:41:52 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-11 02:41:52 +0100 |
commit | 7f6e5de37c3c5a73865350cab1c976291be56fe2 (patch) | |
tree | 4baab51c3a82e30fc6fc32099d0315e44efce6d4 /crates/ra_prof | |
parent | 5e25000763e97ef006dd05ac40198ae59e3f03c3 (diff) |
disable profiling
Diffstat (limited to 'crates/ra_prof')
-rw-r--r-- | crates/ra_prof/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml index db9b59ed6..eabfcebb0 100644 --- a/crates/ra_prof/Cargo.toml +++ b/crates/ra_prof/Cargo.toml | |||
@@ -24,4 +24,4 @@ cpu_profiler = [] | |||
24 | # Uncomment to enable for the whole crate graph | 24 | # Uncomment to enable for the whole crate graph |
25 | # default = [ "backtrace" ] | 25 | # default = [ "backtrace" ] |
26 | # default = [ "jemalloc" ] | 26 | # default = [ "jemalloc" ] |
27 | default = [ "cpu_profiler" ] | 27 | # default = [ "cpu_profiler" ] |