runtime.gcControllerState.idleMarkTime (field)

4 uses

	runtime (current package)
		mgc.go#L380: 	idleMarkTime int64
		mgc.go#L439: 	c.idleMarkTime = 0
		mgc.go#L1790: 		for i, ns := range []int64{sweepTermCpu, gcController.assistTime, gcController.dedicatedMarkTime + gcController.fractionalMarkTime, gcController.idleMarkTime, markTermCpu} {
		mgc.go#L2018: 			atomic.Xaddint64(&gcController.idleMarkTime, duration)