summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/memprofile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memprofile.sh b/scripts/memprofile.sh
index 0fdc5ec..07ddd11 100644
--- a/scripts/memprofile.sh
+++ b/scripts/memprofile.sh
@@ -4,4 +4,4 @@ set -eu
go build ./json/profile/json.go
./json.exe -memprofile mem.out
-go tool pprof json.exe mem.out
+go tool pprof --inuse_objects json.exe mem.out