summaryrefslogtreecommitdiff
path: root/scripts/memprofile.sh
blob: 07ddd11dd35b8df9ce831bca97664c441d812ffa (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 --inuse_objects json.exe mem.out