From: Austin Clements Date: Wed, 12 Jul 2017 23:49:09 +0000 (-0600) Subject: doc/go1.9: pprof profiles are now self-contained X-Git-Tag: go1.9rc1~72 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dbcdb2d937d62e5892ce5ad7640e72b04b06145e;p=gostls13.git doc/go1.9: pprof profiles are now self-contained Change-Id: If9f64fbb78009921e8773124e4e5eb8a871095a5 Reviewed-on: https://go-review.googlesource.com/48192 Reviewed-by: Brad Fitzpatrick Reviewed-by: Michael Matloob --- diff --git a/doc/go1.9.html b/doc/go1.9.html index 5df1e5cff7..db1d3ee58c 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -227,7 +227,14 @@ type T1 = T2

-

Pprof

+

Pprof

+ +

+ Profiles produced by the runtime/pprof package now + include symbol information, so they can be viewed + in go tool pprof + without binary that produced the profile. +

The go tool pprof command now