From 8c5904f149a4863183925c71ce4118413e7e0167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Wed, 23 Feb 2022 10:55:18 +0100 Subject: [PATCH] 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 --- doc/go1.18.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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