diff options
author | Adam Scarr <adam@vektah.net> | 2017-08-13 20:50:21 +1000 |
---|---|---|
committer | Adam Scarr <adam@vektah.net> | 2017-08-13 20:50:21 +1000 |
commit | 1c37779bd46d988c9e7b4bdb846b9daa89856b7c (patch) | |
tree | edef3c6b701c4a25fe2bd1b0f700d15c1949e4fa /scripts/memprofile.sh | |
parent | 51ad26c781c149c08017ffee2bb4906c9bb39282 (diff) |
Use .Token to return from StringLit to avoid convT2E
Diffstat (limited to 'scripts/memprofile.sh')
-rw-r--r-- | scripts/memprofile.sh | 2 |
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 |