From: Rhys Hiltner Date: Fri, 27 May 2022 00:41:07 +0000 (-0700) Subject: doc/go1.19: mention runtime/trace's CPU samples X-Git-Tag: go1.19beta1~99 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1247354a08a377e4731e3004528ef28e83a47dec;p=gostls13.git doc/go1.19: mention runtime/trace's CPU samples Change-Id: Ia8becc3e28523e9b1da4f7a274c800309add331a Reviewed-on: https://go-review.googlesource.com/c/go/+/408994 Reviewed-by: Dmitri Shuralyov Reviewed-by: Michael Knyszek TryBot-Result: Gopher Robot Run-TryBot: Rhys Hiltner --- diff --git a/doc/go1.19.html b/doc/go1.19.html index 76d4bc7eea..a83a916c72 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -331,6 +331,16 @@ Do not send CLs removing the interior tags from such phrases. +
runtime/trace
+
+

+ When used together with the + CPU profiler, the + execution trace includes CPU profile samples. +

+
+
+
sort