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