summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-19 14:57:06 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-19 14:57:06 +0200
commit32e3f839c4d8ec0cdee18bff8143eb649fd70ff9 (patch)
tree2f6198e002f52380a94433e775d0a0eb2fd487d1 /Makefile
parent0c1636355918a82df0ec188252c8f90487206c7b (diff)
Tweaked performance for enegy tower limiting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 42ce706..ec1506f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,7 @@ profile:
cargo build --release --features "benchmarking single-threaded extended-time"
mkdir -p target/profile
perf record -g target/release/perf-test
- perf script > target/profile/out.perf
- ../FlameGraph/stackcollapse-perf.pl target/profile/out.perf > target/profile/out.folded
- ../FlameGraph/flamegraph.pl target/profile/out.folded > target/profile/flamegraph.svg
+ perf report
clean:
cargo clean