mirror of
https://github.com/golang/go
synced 2024-11-11 21:30:23 -07:00
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 <iant@golang.org>
This commit is contained in:
parent
07957b794c
commit
0d34f5f09b
@ -539,6 +539,17 @@ TODO
|
||||
|
||||
</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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user