aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2021-06-08 16:42:02 -0400
committerCherry Mui <cherryyz@google.com>2021-06-08 20:45:46 +0000
commit6551763a60ce25d171feaa69089a7f1ca60f43b6 (patch)
tree24fdbb6fa078310a5105893c1fc9f8c7ddcdbf62 /doc
parentcb80937bf6b728fa56ee315d2c079f07c2f9f2a1 (diff)
downloadgo-6551763a60ce25d171feaa69089a7f1ca60f43b6.tar.gz
go-6551763a60ce25d171feaa69089a7f1ca60f43b6.zip
doc/go1.17: mention block profile bias fix
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 1e153377d6..eb7932cd67 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -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 -->