1
0
mirror of https://github.com/golang/go synced 2024-11-11 19:21:37 -07:00

doc: remove pprof TODOs from go1.8.html

There is nothing notable to mention as far as users are concerned.

Fixes #17929 (another bug tracks the remaining TODO item)

Change-Id: Id39f787581ed9d2ecd493126bb7ca27836816d4b
Reviewed-on: https://go-review.googlesource.com/34145
Reviewed-by: Michael Matloob <matloob@golang.org>
This commit is contained in:
Brad Fitzpatrick 2016-12-08 21:19:18 +00:00
parent 9296d4efe7
commit 51a75a01f8

View File

@ -250,14 +250,6 @@ It has moved to the “tools” repository and is now available at
The callgrind output now has instruction-level granularity.
</p>
<p>
TODO: more. proto? standalone profiles with symbols?
<pre>
runtime/pprof: output CPU profiles in pprof protobuf format (CL 33071)
runtime/pprof: write profiles in protobuf format. (CL 32257)
</pre>
</p>
<h3 id="tool_trace">Trace</h3>
<p>TODO:</p>