From 507073a912c23bd94a425b2b05779c65bee676e2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Mar 2025 23:18:24 +0200 Subject: improve flame cmds --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32452b0..26c74a7 100644 --- a/Makefile +++ b/Makefile @@ -35,5 +35,9 @@ 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 + perl ~/git/FlameGraph/flamegraph.pl ior-by-count-flamegraph.collapsed \ + --title "I/O Syscall Count" --nametype Path --hash \ + > ior-by-count-flamegraph.svg + perl ~/git/FlameGraph/flamegraph.pl ior-by-duration-flamegraph.collapsed \ + --title "I/O Syscall Durations" --nametype Path --hash --countname Nanoseconds \ + > ior-by-duration-flamegraph.svg -- cgit v1.2.3