runtime/internal/atomic.Float64.Load (method)
8 uses
runtime/internal/atomic (current package)
types.go#L436: func (f *Float64) Load() float64 {
runtime
mgcmark.go#L430: assistWorkPerByte := gcController.assistWorkPerByte.Load()
mgcmark.go#L431: assistBytesPerWork := gcController.assistBytesPerWork.Load()
mgcmark.go#L578: assistBytesPerWork := gcController.assistBytesPerWork.Load()
mgcmark.go#L676: assistBytesPerWork := gcController.assistBytesPerWork.Load()
mgcmark.go#L710: assistWorkPerByte := gcController.assistWorkPerByte.Load()
mgcpacer.go#L458: assistRatio := c.assistWorkPerByte.Load()
proc.go#L3888: assistWorkPerByte := gcController.assistWorkPerByte.Load()
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |