aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelix Geisendörfer <felix.geisendoerfer@datadoghq.com>2021-06-03 15:33:08 +0200
committerHeschi Kreinick <heschi@google.com>2021-06-08 20:19:02 +0000
commit689f4c7415acc8a135440574a483e0eeabba8b87 (patch)
tree74c281f22fe59c96b9f910afbdc617616786fc2a /doc
parent9afe071c605c65302066fa8ece7bdecd00730f8b (diff)
downloadgo-689f4c7415acc8a135440574a483e0eeabba8b87.tar.gz
go-689f4c7415acc8a135440574a483e0eeabba8b87.zip
doc/go1.17: mention block profile bias fix
Change-Id: I76fd872b2d74704396f0683ffa9cec40b7027247 Reviewed-on: https://go-review.googlesource.com/c/go/+/324471 Reviewed-by: Heschi Kreinick <heschi@google.com> Trust: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 42f3631b92..1701508ea9 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -725,6 +725,16 @@ 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 -->