summaryrefslogtreecommitdiff
path: root/scripts/memprofile.sh
blob: 0fdc5ec7ba74ddf873e422b9e1b6da74f3692147 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -eu

go build ./json/profile/json.go
./json.exe -memprofile mem.out
go tool pprof json.exe mem.out