From 0d34f5f09b155a9a7496490d6204f6f18179f098 Mon Sep 17 00:00:00 2001 From: Hana Kim Date: Wed, 29 Jan 2020 17:09:28 -0500 Subject: [PATCH] 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 --- doc/go1.14.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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