diff options
Diffstat (limited to 'json/profile/cpuprofile.bat')
-rw-r--r-- | json/profile/cpuprofile.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/profile/cpuprofile.bat b/json/profile/cpuprofile.bat index 2899eb3..c293b5e 100644 --- a/json/profile/cpuprofile.bat +++ b/json/profile/cpuprofile.bat @@ -1,3 +1,3 @@ go build profile.exe -cpuprofile cpu.out -go tool pprof --inuse_objects profile.exe cpu.out +go tool pprof profile.exe cpu.out |