From aca0d428dd0c87d21c807bf30480f1be1a2afe50 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Mar 2025 23:04:57 +0200 Subject: add flame target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3