feat: add usage instructions to README and improve Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -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'"
|
||||||
|
|||||||
Reference in New Issue
Block a user