summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-12 23:04:57 +0200
committerPaul Buetow <paul@buetow.org>2025-03-12 23:04:57 +0200
commitaca0d428dd0c87d21c807bf30480f1be1a2afe50 (patch)
tree6b95b20c3bae15bebbbb884c9d86b384a1400982 /Makefile
parent0cbf594b5646ec7b020894d918c522be825aacc4 (diff)
add flame target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b2743b..32452b0 100644
--- a/Makefile
+++ b/Makefile
@@ -32,3 +32,8 @@ clean:
.PHONY: world
world: clean generate all
+
+.PHONY: flames
+flames:
+ perl ~/git/FlameGraph/flamegraph.pl ior-by-count-flamegraph.collapsed --hash > ior-by-count-flamegraph.svg
+ perl ~/git/FlameGraph/flamegraph.pl ior-by-duration-flamegraph.collapsed --hash > ior-by-duration-flamegraph.svg