From: Alberto Donizetti Date: Mon, 15 Jan 2018 13:17:43 +0000 (+0100) Subject: doc: specify which pprof version was vendored in go1.10 X-Git-Tag: go1.10rc1~39 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8f6e8f9efd433fc67ff1e6e1caa5bc8edcad38f6;p=gostls13.git doc: specify which pprof version was vendored in go1.10 Change-Id: I248cb10a2e24f089600c13e86da251970c773d95 Reviewed-on: https://go-review.googlesource.com/87662 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.10.html b/doc/go1.10.html index b5b3c01e6c..1f0d045696 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -370,8 +370,9 @@ without the binary that produced the profile.

-The go tool pprof profile visualizer has been updated to -the latest version from github.com/google/pprof, +The go tool pprof +profile visualizer has been updated to git version 9e20b5b (2017-11-08) +from github.com/google/pprof, which includes an updated web interface.