From dbcdb2d937d62e5892ce5ad7640e72b04b06145e Mon Sep 17 00:00:00 2001
From: Austin Clements
Date: Wed, 12 Jul 2017 17:49:09 -0600
Subject: [PATCH] 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
---
doc/go1.9.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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
-
+
+
+
+ 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
--
2.50.0