summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelix Geisendörfer <felix.geisendoerfer@datadoghq.com>2022-02-23 10:55:18 +0100
committerMichael Pratt <mpratt@google.com>2022-02-24 17:31:07 +0000
commit8c5904f149a4863183925c71ce4118413e7e0167 (patch)
treebdf29305306363fb3e4cf0446a3309b49eb89cf6 /doc
parentb2dfec100afa7739dc1845f1009dad2d7163116c (diff)
downloadgo-git-8c5904f149a4863183925c71ce4118413e7e0167.tar.gz
doc/go1.18: mention runtime/pprof improvements
For #47694. Change-Id: Ib49145a58b8388d35267cf4b0caa730d7e436d06 Reviewed-on: https://go-review.googlesource.com/c/go/+/387574 Reviewed-by: Michael Pratt <mpratt@google.com> Trust: Michael Pratt <mpratt@google.com> Run-TryBot: Michael Pratt <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Rhys Hiltner <rhys@justin.tv> Reviewed-by: Bryan Mills <bcmills@google.com> Trust: Bryan Mills <bcmills@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.18.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 2af5e04f98..bc29ed4afe 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -1141,6 +1141,16 @@ For more details, see <a href="https://go.dev/issue/44505">go.dev/issue/44505</a
</dd>
</dl><!-- runtime/debug -->
+<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof/">runtime/pprof</a></dt>
+ <dd>
+ <p><!-- CL 324129 -->
+ The CPU profiler now uses per-thread timers on Linux. This increases the
+ maximum CPU usage that a profile can observe, and reduces some forms of
+ bias.
+ </p>
+ </dd>
+</dl><!-- runtime/pprof -->
+
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
<dd>
<p><!-- CL 343877 -->