summaryrefslogtreecommitdiff
path: root/json/profile/cpuprofile.bat
blob: c293b5e6122ea8fa9a3374acaf57b017d082366c (plain)
1
2
3
go build
profile.exe -cpuprofile cpu.out
go tool pprof profile.exe cpu.out