From: Hana Kim Date: Wed, 29 Jan 2020 22:09:28 +0000 (-0500) Subject: doc/go1.14.html: describe the runtime/pprof change X-Git-Tag: go1.14rc1~39 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0d34f5f09b155a9a7496490d6204f6f18179f098;p=gostls13.git 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 --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 2aa10bc585..b4f9fdf090 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -539,6 +539,17 @@ TODO +
runtime/pprof
+
+

+ The generated profile no longer includes the pseudo-PCs used for inline + marks. Symbol information of inlined functions is encoded in + the format + the pprof tool expects. This is a fix for the regression introduced + during recent releases. +

+
+
signal