From 1247354a08a377e4731e3004528ef28e83a47dec Mon Sep 17 00:00:00 2001 From: Rhys Hiltner Date: Thu, 26 May 2022 17:41:07 -0700 Subject: [PATCH] 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 --- doc/go1.19.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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

-- 2.50.0