diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2016-12-08 21:19:18 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-12-08 22:03:08 +0000 |
| commit | 51a75a01f89ee7c85e2fef6b71d7245de49a3483 (patch) | |
| tree | b8207e439a6c07bbac3b0acd3d82db486956755c | |
| parent | 9296d4efe72de89b40425e7426545d6608f2e2d0 (diff) | |
| download | go-51a75a01f89ee7c85e2fef6b71d7245de49a3483.tar.xz | |
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>
| -rw-r--r-- | doc/go1.8.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/go1.8.html b/doc/go1.8.html index 6a4316019d..820a0b287a 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -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> |
