mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
runtime: delete repeated word
Change-Id: I0d7005481fc61b4c7f3286674c022334c8c0cae0 Reviewed-on: https://go-review.googlesource.com/c/go/+/424494 Reviewed-by: hopehook <hopehook@qq.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: hopehook <hopehook@qq.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
bb5d656a3a
commit
83b223ec3a
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ func (c *gcControllerState) endCycle(now int64, procs int, userForced bool) {
|
|||
//
|
||||
// assistDuration * procs * (utilization + idleUtilization)
|
||||
//
|
||||
// In this case, we *include* idle utilization, because that is additional CPU time that the
|
||||
// In this case, we *include* idle utilization, because that is additional CPU time that
|
||||
// the GC had available to it.
|
||||
//
|
||||
// In effect, idle GC time is sort of double-counted here, but it's very weird compared
|
||||
|
|
Loading…
Reference in a new issue