imageutils/genprof

3 lines
95 B
Plaintext
Raw Normal View History

2024-09-03 20:49:27 +04:00
go test -cpuprofile=profile.out -bench=BenchmarkSinglePixel &&
go tool pprof -text profile.out