From: Felix Geisendörfer Date: Wed, 23 Feb 2022 09:55:18 +0000 (+0100) Subject: doc/go1.18: mention runtime/pprof improvements X-Git-Tag: go1.18~33^2~23 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c5904f149a4863183925c71ce4118413e7e0167;p=gostls13.git 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 Trust: Michael Pratt Run-TryBot: Michael Pratt TryBot-Result: Gopher Robot Reviewed-by: Rhys Hiltner Reviewed-by: Bryan Mills Trust: Bryan Mills --- 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 go.dev/issue/44505 +
runtime/pprof
+
+

+ 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. +

+
+
+
strconv