summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-05-14 22:26:31 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-05-14 22:26:31 +0200
commitd9bf3dbdaeab077e7b27565d1c59a4e8faff9313 (patch)
tree66ca72f35b5a4d90f9dd889276327a0efe576319 /Makefile
parente762eda31ffa8e722737eba2583154ec038a068f (diff)
Increased profiler sampling frequency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10aff98..5f2e069 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ test:
profile:
cargo build --release --features "benchmarking"
- sudo perf record -F 99 -a -g target/release/perf-test
+ sudo perf record -F 1000 -a -g target/release/perf-test
sudo perf script > out.perf
../FlameGraph/stackcollapse-perf.pl out.perf > out.folded
../FlameGraph/flamegraph.pl out.folded > flamegraph.svg