summaryrefslogtreecommitdiff
path: root/scripts/memprofile.sh
diff options
context:
space:
mode:
authorAdam Scarr <adam@vektah.net>2017-08-13 20:50:21 +1000
committerAdam Scarr <adam@vektah.net>2017-08-13 20:50:21 +1000
commit1c37779bd46d988c9e7b4bdb846b9daa89856b7c (patch)
treeedef3c6b701c4a25fe2bd1b0f700d15c1949e4fa /scripts/memprofile.sh
parent51ad26c781c149c08017ffee2bb4906c9bb39282 (diff)
Use .Token to return from StringLit to avoid convT2E
Diffstat (limited to 'scripts/memprofile.sh')
-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