mirror of https://github.com/golang/go.git
fix: change for clear document
This commit is contained in:
parent
eb55dead7b
commit
dae95b9407
|
|
@ -302,10 +302,11 @@ const (
|
||||||
// gcMarkWorkerFractionalMode indicates that a P is currently
|
// gcMarkWorkerFractionalMode indicates that a P is currently
|
||||||
// running the "fractional" mark worker. The fractional worker
|
// running the "fractional" mark worker. The fractional worker
|
||||||
// is necessary when GOMAXPROCS*gcBackgroundUtilization is not
|
// is necessary when GOMAXPROCS*gcBackgroundUtilization is not
|
||||||
// an integer and each P is too far away from the
|
// an integer and the utilization too far away from the
|
||||||
// gcBackgroundUtilization target. The fractional worker should
|
// gcBackgroundUtilization when round the number.
|
||||||
// run until it is preempted and will be scheduled to pick up the
|
// The fractional worker should run until it is preempted and
|
||||||
// fractional part of GOMAXPROCS*gcBackgroundUtilization.
|
// will be scheduled to pick up the fractional part of
|
||||||
|
// GOMAXPROCS*gcBackgroundUtilization.
|
||||||
gcMarkWorkerFractionalMode
|
gcMarkWorkerFractionalMode
|
||||||
|
|
||||||
// gcMarkWorkerIdleMode indicates that a P is running the mark
|
// gcMarkWorkerIdleMode indicates that a P is running the mark
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue