]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof, misc/pprof: correct profile of total allocations.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 31 May 2012 05:57:49 +0000 (07:57 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 31 May 2012 05:57:49 +0000 (07:57 +0200)
commitc4a814f2da2982a03f930b43797767f35721b5c1
tree57ae023e5cc790be33d72cae1cce6717afaa0b16
parentbb4a817a923f9a0ea59bbaec84e11b924e568442
runtime/pprof, misc/pprof: correct profile of total allocations.

The previous heap profile format did not include buckets with
zero used bytes. Also add several missing MemStats fields in
debug mode.

R=golang-dev, rsc
CC=golang-dev, remy
https://golang.org/cl/6249068
misc/pprof
src/pkg/runtime/pprof/pprof.go