From: Cherry Mui Date: Wed, 26 May 2021 16:18:32 +0000 (-0400) Subject: doc/go1.17: add release notes for runtime/metrics package X-Git-Tag: go1.17beta1~92 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a92460fd2f5537bbd91a713ced00731d429563ac;p=gostls13.git doc/go1.17: add release notes for runtime/metrics package Updates #44513. Change-Id: I571a791e9c76371be3b3f1a323f1ea8ff485cf0f Reviewed-on: https://go-review.googlesource.com/c/go/+/322857 Trust: Cherry Mui Reviewed-by: Jeremy Faller Reviewed-by: Michael Knyszek --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 5448b2af97..da50935a61 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -496,6 +496,16 @@ Do not send CLs removing the interior tags from such phrases. +
runtime/metrics
+
+

+ New metrics were added that track total bytes and objects allocated and freed. + A new metric tracking the distribution of goroutine scheduling latencies was + also added. +

+
+
+
strconv