imageutils/genprof
2024-09-03 23:07:15 +03:00

3 lines
77 B
Plaintext
Executable File

go test -cpuprofile=profile.out -bench=$1 &&
go tool pprof -text profile.out