goparsify/json/profile/memprofile.bat

4 lines
91 B
Batchfile
Raw Normal View History

2017-08-06 11:15:07 +02:00
go build
profile.exe -memprofile mem.out
go tool pprof --inuse_objects profile.exe mem.out