aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-11 02:41:52 +0100
committerAleksey Kladov <[email protected]>2020-07-11 02:41:52 +0100
commit7f6e5de37c3c5a73865350cab1c976291be56fe2 (patch)
tree4baab51c3a82e30fc6fc32099d0315e44efce6d4 /crates/ra_prof
parent5e25000763e97ef006dd05ac40198ae59e3f03c3 (diff)
disable profiling
Diffstat (limited to 'crates/ra_prof')
-rw-r--r--crates/ra_prof/Cargo.toml2
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" ]
27default = [ "cpu_profiler" ] 27# default = [ "cpu_profiler" ]