Home | History | Annotate | Download | only in runtime

Lines Matching refs:assist

300 // utilization between assist and background marking to be 25% of
447 print("pacer: assist ratio=", c.assistRatio,
456 // revise updates the assist ratio during the GC cycle to account for
466 // mutator utilization, heap size, or assist time and it
471 // Compute the mutator assist ratio so by the time the mutator
479 // to GOGC. We don't want to set the assist negative
518 // Add assist utilization; avoid divide by zero.
534 // mutator assist ratio isn't infinity.
697 // gcAssistTimeSlack is the nanoseconds of mutator assist time that
982 gcBgMarkPrepare() // Must happen before assist enable.