mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
runtime/metrics: improve doc
Polish a sentence by removing redundant "in response".
Change-Id: I232198ad904333f8eaa0c25a12824f0dcbf3cfb6
GitHub-Last-Rev: 421bfc0387
GitHub-Pull-Request: golang/go#72793
Reviewed-on: https://go-review.googlesource.com/c/go/+/656735
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Sean Liao <sean@liao.dev>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Sean Liao <sean@liao.dev>
This commit is contained in:
parent
a076f49757
commit
52c3f73fda
2 changed files with 5 additions and 5 deletions
|
@ -126,7 +126,7 @@ var allDesc = []Description{
|
|||
{
|
||||
Name: "/cpu/classes/scavenge/assist:cpu-seconds",
|
||||
Description: "Estimated total CPU time spent returning unused memory to the " +
|
||||
"underlying platform in response eagerly in response to memory pressure. " +
|
||||
"underlying platform in response eagerly to memory pressure. " +
|
||||
"This metric is an overestimate, and not directly comparable to " +
|
||||
"system CPU time measurements. Compare only with other /cpu/classes " +
|
||||
"metrics.",
|
||||
|
|
|
@ -104,10 +104,10 @@ Below is the full list of supported metrics, ordered lexicographically.
|
|||
|
||||
/cpu/classes/scavenge/assist:cpu-seconds
|
||||
Estimated total CPU time spent returning unused memory to the
|
||||
underlying platform in response eagerly in response to memory
|
||||
pressure. This metric is an overestimate, and not directly
|
||||
comparable to system CPU time measurements. Compare only with
|
||||
other /cpu/classes metrics.
|
||||
underlying platform in response eagerly to memory pressure. This
|
||||
metric is an overestimate, and not directly comparable to system
|
||||
CPU time measurements. Compare only with other /cpu/classes
|
||||
metrics.
|
||||
|
||||
/cpu/classes/scavenge/background:cpu-seconds
|
||||
Estimated total CPU time spent performing background tasks to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue