Skip to content

Commit cd65f1d

Browse files
committed
update description.go and use go generate . to update doc.go
1 parent dc81fad commit cd65f1d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/runtime/metrics/description.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ var allDesc = []Description{
126126
{
127127
Name: "/cpu/classes/scavenge/assist:cpu-seconds",
128128
Description: "Estimated total CPU time spent returning unused memory to the " +
129-
"underlying platform in response eagerly in response to memory pressure. " +
129+
"underlying platform in response eagerly to memory pressure. " +
130130
"This metric is an overestimate, and not directly comparable to " +
131131
"system CPU time measurements. Compare only with other /cpu/classes " +
132132
"metrics.",

src/runtime/metrics/doc.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ Below is the full list of supported metrics, ordered lexicographically.
104104
105105
/cpu/classes/scavenge/assist:cpu-seconds
106106
Estimated total CPU time spent returning unused memory to the
107-
underlying platform in response eagerly to memory
108-
pressure. This metric is an overestimate, and not directly
109-
comparable to system CPU time measurements. Compare only with
110-
other /cpu/classes metrics.
107+
underlying platform in response eagerly to memory pressure. This
108+
metric is an overestimate, and not directly comparable to system
109+
CPU time measurements. Compare only with other /cpu/classes
110+
metrics.
111111
112112
/cpu/classes/scavenge/background:cpu-seconds
113113
Estimated total CPU time spent performing background tasks to

0 commit comments

Comments
 (0)