]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14.html: describe the runtime/pprof change
authorHana Kim <hyangah@gmail.com>
Wed, 29 Jan 2020 22:09:28 +0000 (17:09 -0500)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Thu, 30 Jan 2020 02:33:27 +0000 (02:33 +0000)
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>
doc/go1.14.html

index 2aa10bc585c605f3f100a483d75c9ed1065369a6..b4f9fdf0907c49055e67f96f59120e4b1ac9eff8 100644 (file)
@@ -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 -->