runtime.p.gcFractionalMarkTime (field)
5 uses
runtime (current package)
mgc.go#L484: p.gcFractionalMarkTime = 0
mgc.go#L776: if delta > 0 && float64(_p_.gcFractionalMarkTime)/float64(delta) > c.fractionalUtilizationGoal {
mgc.go#L806: selfTime := p.gcFractionalMarkTime + (now - p.gcMarkWorkerStartTime)
mgc.go#L2016: atomic.Xaddint64(&pp.gcFractionalMarkTime, duration)
runtime2.go#L658: gcFractionalMarkTime int64 // Nanoseconds in fractional mark worker (atomic)
 |
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. |