goparsify/json/profile/cpuprofile.bat

4 lines
75 B
Batchfile
Raw Normal View History

2017-08-06 11:15:07 +02:00
go build
profile.exe -cpuprofile cpu.out
2017-08-06 15:32:10 +02:00
go tool pprof profile.exe cpu.out