Lines Matching defs:gcExecTest
760 type gcExecTest struct { struct
761 name string
763 gcPercent int
764 memoryLimit int64
765 globalsBytes uint64
766 nCores int
768 allocRate float64Stream // > 0, KiB / cpu-ms
769 scanRate float64Stream // > 0, KiB / cpu-ms
770 growthRate float64Stream // > 0
771 scannableFrac float64Stream // Clamped to [0, 1]
772 stackBytes float64Stream // Multiple of 2048.
773 length int
775 checker func(*testing.T, []gcCycleResult)
782 func (e *gcExecTest) next() gcCycle {
792 func (e *gcExecTest) check(t *testing.T, results []gcCycleResult) {