]> Cypherpunks repositories - gostls13.git/commit
runtime: report GCSys and OtherSys in heap profile
authorAustin Clements <austin@google.com>
Thu, 25 Aug 2016 15:52:24 +0000 (11:52 -0400)
committerAustin Clements <austin@google.com>
Tue, 20 Sep 2016 18:37:29 +0000 (18:37 +0000)
commit39ce6eb9ec53e53e361824feb96cbbc6d236df5a
treef8e1416b50d7ce5484f382b0ed40ff480296a192
parent38cd79889ece342643b56ad6d496ef8931ca9272
runtime: report GCSys and OtherSys in heap profile

The comment block at the end of the heap profile includes *almost*
everything from MemStats. Add the missing fields. These are useful for
debugging RSS that has gone to GC-internal data structures.

Change-Id: I0ee8a918d49629e28fd8fd2bf6861c4529461c24
Reviewed-on: https://go-review.googlesource.com/29276
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/pprof/pprof.go