]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: export max rss when saving memory profiles.
authorJeremy Faller <jeremy@golang.org>
Tue, 25 Jun 2019 19:43:33 +0000 (15:43 -0400)
committerJeremy Faller <jeremy@golang.org>
Tue, 17 Mar 2020 15:29:08 +0000 (15:29 +0000)
commitfb1cd942225f66a6a8506d28bf317063efe50979
tree2e34d9c6c756bb261dcb2e14a21a82add2ea9540
parent2e918c3aab6cc944380da672b93fb92c67b35de1
runtime/pprof: export max rss when saving memory profiles.

NB: Adds syscall to deps on runtime/pprof.
Change-Id: I5dd14c2b25eb9c3c446832f5818de45fafd48a27
Reviewed-on: https://go-review.googlesource.com/c/go/+/183844
Run-TryBot: Jeremy Faller <jeremy@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/go/build/deps_test.go
src/runtime/pprof/pprof.go
src/runtime/pprof/pprof_norusage.go [new file with mode: 0644]
src/runtime/pprof/pprof_rusage.go [new file with mode: 0644]