diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-12 23:04:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-12 23:04:57 +0200 |
| commit | aca0d428dd0c87d21c807bf30480f1be1a2afe50 (patch) | |
| tree | 6b95b20c3bae15bebbbb884c9d86b384a1400982 /Makefile | |
| parent | 0cbf594b5646ec7b020894d918c522be825aacc4 (diff) | |
add flame target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
