Skip to content

Commit

Permalink
doc/go1.14.html: describe the runtime/pprof change
Browse files Browse the repository at this point in the history
golang.org/cl/204636
golang.org/cl/205097

Updates golang#36874

Change-Id: I773868fd027e9cc2187f0a738900f0fcb7711635
Reviewed-on: https://go-review.googlesource.com/c/go/+/216877
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
hyangah committed Jan 30, 2020
1 parent 07957b7 commit 0d34f5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/go1.14.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,17 @@ <h2 id="library">Core library</h2>

</dl><!-- runtime -->

<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof">runtime/pprof</a></dt>
<dd>
<p><!-- CL 204636, 205097 -->
The generated profile no longer includes the pseudo-PCs used for inline
marks. Symbol information of inlined functions is encoded in
<a href="https://github.com/google/pprof/blob/5e96527/proto/profile.proto#L177-L184">the format</a>
the pprof tool expects. This is a fix for the regression introduced
during recent releases.
</p>
</dl><!-- runtime/pprof -->

<dl id="signal"><dt><a href="/pkg/signal/">signal</a></dt>
<dd>
<p><!-- CL 187739 -->
Expand Down

0 comments on commit 0d34f5f

Please sign in to comment.