1
0
mirror of https://github.com/golang/go synced 2024-11-20 00:34:43 -07:00
go/src/runtime/pprof
Austin Clements 39ce6eb9ec 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>
2016-09-20 18:37:29 +00:00
..
mprof_test.go runtime: call mallocgc directly from makeslice and growslice 2016-04-20 00:05:36 +00:00
pprof_test.go runtime/pprof: don't print extraneous 0 after goexit 2016-07-13 21:18:19 +00:00
pprof.go runtime: report GCSys and OtherSys in heap profile 2016-09-20 18:37:29 +00:00