runtime.gcControllerState.fractionalUtilizationGoal (field)
8 uses
runtime (current package)
mgc.go#L425: fractionalUtilizationGoal float64
mgc.go#L470: c.fractionalUtilizationGoal = (totalUtilizationGoal - float64(c.dedicatedMarkWorkersNeeded)) / float64(gomaxprocs)
mgc.go#L472: c.fractionalUtilizationGoal = 0
mgc.go#L478: c.fractionalUtilizationGoal = 0
mgc.go#L498: "+", c.fractionalUtilizationGoal, "\n")
mgc.go#L766: } else if c.fractionalUtilizationGoal == 0 {
mgc.go#L776: if delta > 0 && float64(_p_.gcFractionalMarkTime)/float64(delta) > c.fractionalUtilizationGoal {
mgc.go#L809: return float64(selfTime)/float64(delta) > 1.2*gcController.fractionalUtilizationGoal
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |