Searched defs:gcExecTest (Results 1 – 1 of 1) sorted by relevance
760 type gcExecTest struct { struct761 name string763 gcPercent int764 memoryLimit int64765 globalsBytes uint64766 nCores int768 allocRate float64Stream // > 0, KiB / cpu-ms769 scanRate float64Stream // > 0, KiB / cpu-ms770 growthRate float64Stream // > 0771 scannableFrac float64Stream // Clamped to [0, 1][all …]