goparsify/json/profile/memprofile.bat

4 lines
75 B
Batchfile
Raw Normal View History

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