mirror of https://github.com/golang/go.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 <iant@golang.org>
This commit is contained in:
parent
4b3a3bd3aa
commit
8f6e8f9efd
|
|
@ -370,8 +370,9 @@ without the binary that produced the profile.
|
|||
</p>
|
||||
|
||||
<p>
|
||||
The <a href="/cmd/pprof/"><code>go</code> <code>tool</code> <code>pprof</code></a> profile visualizer has been updated to
|
||||
the latest version from <a href="https://github.com/google/pprof">github.com/google/pprof</a>,
|
||||
The <a href="/cmd/pprof/"><code>go</code> <code>tool</code> <code>pprof</code></a>
|
||||
profile visualizer has been updated to git version 9e20b5b (2017-11-08)
|
||||
from <a href="https://github.com/google/pprof">github.com/google/pprof</a>,
|
||||
which includes an updated web interface.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue