diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-11 02:05:15 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-11 02:05:15 +0100 |
commit | a3edd482e9fc6b970df8cd024addd94b29f3f4e9 (patch) | |
tree | fceb4cb7e0f5981f6655b9823e67526805b438ae /crates/ra_prof/Cargo.toml | |
parent | 539659cde36af73eb7a3a0795bb71b0d66f7d7cd (diff) | |
parent | e7ba7f47a79a2881cf208ef9d944609e8fd4eec9 (diff) |
Merge #5305
5305: Profiling tweaks r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_prof/Cargo.toml')
-rw-r--r-- | crates/ra_prof/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml index c33b5121a..eabfcebb0 100644 --- a/crates/ra_prof/Cargo.toml +++ b/crates/ra_prof/Cargo.toml | |||
@@ -20,3 +20,8 @@ jemalloc-ctl = { version = "0.3.3", optional = true } | |||
20 | [features] | 20 | [features] |
21 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] | 21 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] |
22 | cpu_profiler = [] | 22 | cpu_profiler = [] |
23 | |||
24 | # Uncomment to enable for the whole crate graph | ||
25 | # default = [ "backtrace" ] | ||
26 | # default = [ "jemalloc" ] | ||
27 | # default = [ "cpu_profiler" ] | ||