runtime.p.gcAssistTime (field)
7 uses
runtime (current package)
mgc.go#L483: p.gcAssistTime = 0
mgcmark.go#L569: _p_.gcAssistTime += duration
mgcmark.go#L570: if _p_.gcAssistTime > gcAssistTimeSlack {
mgcmark.go#L571: atomic.Xaddint64(&gcController.assistTime, _p_.gcAssistTime)
mgcmark.go#L572: _p_.gcAssistTime = 0
proc.go#L4764: pp.gcAssistTime = 0
runtime2.go#L657: gcAssistTime int64 // Nanoseconds in assistAlloc
![]() |
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. |