diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-14 23:41:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-14 23:41:54 +0200 |
| commit | 5cac6a84181a6121e27c5c763a3e34254180fa4b (patch) | |
| tree | 83bf76348990052452d38d3feacc20f757b27695 /Makefile | |
| parent | 3edde70ef17d23a3f2fcb0fac11a50e8810ab943 (diff) | |
parallel rite collapsed flamegraphs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 \ |
