]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: write heap statistics to heap profile always
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 18 May 2015 19:38:56 +0000 (19:38 +0000)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 18 May 2015 20:02:21 +0000 (20:02 +0000)
commit79986e24e0152ba448fd41d65eeb24ebdb6c7ec7
tree7238cd0fb8126ab2716e7d9b415cf546a4630b10
parent19354b9dc87d62dbb5280354be7fd90bdf196a24
runtime/pprof: write heap statistics to heap profile always

This is a duplicate of CL 9491.
That CL broke the build due to pprof shortcomings
and was reverted in CL 9565.

CL 9623 fixed pprof, so this can go in again.

Fixes #10659.

Change-Id: If470fc90b3db2ade1d161b4417abd2f5c6c330b8
Reviewed-on: https://go-review.googlesource.com/10212
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
doc/go1.5.txt
src/runtime/pprof/pprof.go