feat: add usage instructions to README and improve Makefile

This commit is contained in:
M.V. Hutz
2026-01-10 16:21:22 -05:00
parent 7e59d5cefa
commit dc9a1b2b7d

View File

@@ -18,4 +18,4 @@ explain: it
graph: graph:
@ go tool pprof -raw -output=profile/cpu.raw profile/cpu.prof @ go tool pprof -raw -output=profile/cpu.raw profile/cpu.prof
@ go tool pprof -svg profile/cpu.prof > profile/cpu.svg @ go tool pprof -svg profile/cpu.prof > profile/cpu.svg
@ open profile/cpu.svg @ echo "Profile graph saved to 'file://profile/cpu.svg'"