]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: mention block profile bias fix
authorCherry Mui <cherryyz@google.com>
Tue, 8 Jun 2021 20:42:02 +0000 (16:42 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 8 Jun 2021 20:45:46 +0000 (20:45 +0000)
Re-apply the doc part of CL 324471, originally written by Felix Geisendörfer.

Change-Id: I831bead9a385bc5a5eed3058649a25ef17373bc6
Reviewed-on: https://go-review.googlesource.com/c/go/+/326171
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.17.html

index 1e153377d6e57fc99e6b6e9dd7cf0aacb15695ec..eb7932cd675d9c77fa11a7f10132ffcffff62fff 100644 (file)
@@ -737,6 +737,15 @@ Do not send CLs removing the interior tags from such phrases.
   </dd>
 </dl><!-- runtime/metrics -->
 
+<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof">runtime/pprof</a></dt>
+  <dd>
+    <p><!-- CL 299991 -->
+      Block profiles are no longer biased to favor infrequent long events over
+      frequent short events.
+    </p>
+  </dd>
+</dl><!-- runtime/pprof -->
+
 <dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
   <dd>
     <p><!-- CL 170079 -->