Home
last modified time | relevance | path

Searched refs:GC_BEFORE_EACH_OPTION (Results 1 – 3 of 3) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DArbitraryMeasurementInstrument.java19 import static com.google.caliper.runner.CommonInstrumentOptions.GC_BEFORE_EACH_OPTION;
109 return ImmutableMap.of(GC_BEFORE_EACH_OPTION, options.get(GC_BEFORE_EACH_OPTION)); in workerOptions()
120 return ImmutableSet.of(GC_BEFORE_EACH_OPTION); in instrumentOptions()
DRuntimeInstrument.java17 import static com.google.caliper.runner.CommonInstrumentOptions.GC_BEFORE_EACH_OPTION;
91 GC_BEFORE_EACH_OPTION, SUGGEST_GRANULARITY_OPTION); in instrumentOptions()
194 GC_BEFORE_EACH_OPTION, options.get(GC_BEFORE_EACH_OPTION)); in workerOptions()
DCommonInstrumentOptions.java26 static final String GC_BEFORE_EACH_OPTION = "gcBeforeEach"; field in CommonInstrumentOptions