summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-14 23:41:54 +0200
committerPaul Buetow <paul@buetow.org>2025-03-14 23:41:54 +0200
commit5cac6a84181a6121e27c5c763a3e34254180fa4b (patch)
tree83bf76348990052452d38d3feacc20f757b27695 /Makefile
parent3edde70ef17d23a3f2fcb0fac11a50e8810ab943 (diff)
parallel rite collapsed flamegraphs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index bf29d22..7a272ec 100644
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,10 @@ world: clean generate all
.PHONY: flames
flames:
perl ~/git/FlameGraph/flamegraph.pl ior-by-path-count-flamegraph.collapsed \
- --title "I/O Syscall Count" --nametype Path --hash \
+ --title "I/O Syscall Count" --nametype Path --hash --inverted \
> ior-by-path-count-flamegraph.svg; \
perl ~/git/FlameGraph/flamegraph.pl ior-by-path-duration-flamegraph.collapsed \
- --title "I/O Syscall Durations" --nametype Path --hash --countname Nanoseconds \
+ --title "I/O Syscall Durations" --nametype Path --hash --countname Nanoseconds --inverted \
> ior-by-path-duration-flamegraph.svg; \
perl ~/git/FlameGraph/flamegraph.pl ior-by-syscall-count-flamegraph.collapsed \
--title "I/O Syscall Count" --nametype Path --hash \
@@ -52,10 +52,10 @@ flames:
.PHONY: inferno
inferno:
inferno-flamegraph < ior-by-path-count-flamegraph.collapsed \
- --title "I/O Syscall Count" --nametype Path --hash \
+ --title "I/O Syscall Count" --nametype Path --hash --inverted \
> ior-by-path-count-flamegraph.svg; \
inferno-flamegraph < ior-by-path-duration-flamegraph.collapsed \
- --title "I/O Syscall Durations" --nametype Path --hash --countname Nanoseconds \
+ --title "I/O Syscall Durations" --nametype Path --hash --countname Nanoseconds --inverted \
> ior-by-path-duration-flamegraph.svg; \
inferno-flamegraph < ior-by-syscall-count-flamegraph.collapsed \
--title "I/O Syscall Count" --nametype Path --hash \