summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2017-07-12 17:49:09 -0600
committerAustin Clements <austin@google.com>2017-07-13 16:49:34 +0000
commitdbcdb2d937d62e5892ce5ad7640e72b04b06145e (patch)
tree138d2a293daf1426587fe5127e6c6df080931d38 /doc
parent5bcfd8847207ad8399265bc7efd49c50b286223b (diff)
downloadgo-git-dbcdb2d937d62e5892ce5ad7640e72b04b06145e.tar.gz
doc/go1.9: pprof profiles are now self-contained
Change-Id: If9f64fbb78009921e8773124e4e5eb8a871095a5 Reviewed-on: https://go-review.googlesource.com/48192 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.9.html9
1 files changed, 8 insertions, 1 deletions
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
</p>
-<h3 id="go-tool-pprof-proxy">Pprof</h3>
+<h3 id="go-tool-pprof">Pprof</h3>
+
+<p> <!-- CL 34192 -->
+ Profiles produced by the <code>runtime/pprof</code> package now
+ include symbol information, so they can be viewed
+ in <code>go</code> <code>tool</code> <code>pprof</code>
+ without binary that produced the profile.
+</p>
<p> <!-- CL 38343 -->
The <code>go</code> <code>tool</code> <code>pprof</code> command now