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