goparsify/json/profile/memprofile.bat
2017-08-06 19:15:07 +10:00

4 lines
91 B
Batchfile

go build
profile.exe -memprofile mem.out
go tool pprof --inuse_objects profile.exe mem.out