runtime.gcControllerState.assistBytesPerWork (field)

5 uses

	runtime (current package)
		mgc.go#L413: 	assistBytesPerWork uint64
		mgc.go#L599: 	atomic.Store64(&c.assistBytesPerWork, float64bits(assistBytesPerWork))
		mgcmark.go#L404: 	assistBytesPerWork := float64frombits(atomic.Load64(&gcController.assistBytesPerWork))
		mgcmark.go#L548: 	assistBytesPerWork := float64frombits(atomic.Load64(&gcController.assistBytesPerWork))
		mgcmark.go#L643: 	assistBytesPerWork := float64frombits(atomic.Load64(&gcController.assistBytesPerWork))