Searched refs:gcBeforeEach (Results 1 – 5 of 5) sorted by relevance
52 if (options.gcBeforeEach && !inWarmup) { in preMeasure()67 final boolean gcBeforeEach; field in ArbitraryMeasurementWorker.Options70 this.gcBeforeEach = Boolean.parseBoolean(options.get("gcBeforeEach")); in Options()
45 private final boolean gcBeforeEach; field in MacrobenchmarkWorker55 this.gcBeforeEach = Boolean.parseBoolean(workerOptions.get("gcBeforeEach")); in MacrobenchmarkWorker()62 if (gcBeforeEach && !inWarmup) { in preMeasure()
69 if (options.gcBeforeEach && !inWarmup) { in preMeasure()145 boolean gcBeforeEach; field in RuntimeWorker.Options149 this.gcBeforeEach = Boolean.parseBoolean(optionMap.get("gcBeforeEach")); in Options()
56 instrument.runtime.options.gcBeforeEach=true67 instrument.arbitrary.options.gcBeforeEach=false
205 private void runBenchmarkWithKnownHeap(boolean gcBeforeEach) throws Exception { in runBenchmarkWithKnownHeap() argument211 "-Cinstrument.runtime.options.gcBeforeEach=" + gcBeforeEach, in runBenchmarkWithKnownHeap()