aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-30 08:44:21 +0100
committerAleksey Kladov <[email protected]>2020-07-30 09:23:32 +0100
commit7204374719f4021ce06c25e7dd72b09a56923954 (patch)
tree2e589e4b57540a87ed46aa831a7ad1af6ab8ad40 /crates/ra_prof/Cargo.toml
parent4bab553029da31f3e90e99d8b83d160a34fdf4b2 (diff)
Report instructions in addition to time
They hopefully will be more stable on CI
Diffstat (limited to 'crates/ra_prof/Cargo.toml')
-rw-r--r--crates/ra_prof/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml
index 6c214501e..e41cb5f52 100644
--- a/crates/ra_prof/Cargo.toml
+++ b/crates/ra_prof/Cargo.toml
@@ -15,6 +15,7 @@ once_cell = "1.3.1"
15backtrace = { version = "0.3.44", optional = true } 15backtrace = { version = "0.3.44", optional = true }
16cfg-if = "0.1.10" 16cfg-if = "0.1.10"
17libc = "0.2.73" 17libc = "0.2.73"
18perf-event = "0.4"
18 19
19[features] 20[features]
20cpu_profiler = [] 21cpu_profiler = []