Skip to content

Commit 0d34f5f

Browse files
committed
doc/go1.14.html: describe the runtime/pprof change
golang.org/cl/204636 golang.org/cl/205097 Updates #36874 Change-Id: I773868fd027e9cc2187f0a738900f0fcb7711635 Reviewed-on: https://go-review.googlesource.com/c/go/+/216877 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 07957b7 commit 0d34f5f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/go1.14.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,17 @@ <h2 id="library">Core library</h2>
539539

540540
</dl><!-- runtime -->
541541

542+
<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof">runtime/pprof</a></dt>
543+
<dd>
544+
<p><!-- CL 204636, 205097 -->
545+
The generated profile no longer includes the pseudo-PCs used for inline
546+
marks. Symbol information of inlined functions is encoded in
547+
<a href="https://github.com/google/pprof/blob/5e96527/proto/profile.proto#L177-L184">the format</a>
548+
the pprof tool expects. This is a fix for the regression introduced
549+
during recent releases.
550+
</p>
551+
</dl><!-- runtime/pprof -->
552+
542553
<dl id="signal"><dt><a href="/pkg/signal/">signal</a></dt>
543554
<dd>
544555
<p><!-- CL 187739 -->

0 commit comments

Comments
 (0)