Searched refs:WARMUP_OPTION (Results 1 – 2 of 2) sorted by relevance
20 import static com.google.caliper.runner.CommonInstrumentOptions.WARMUP_OPTION;90 WARMUP_OPTION, MAX_WARMUP_WALL_TIME_OPTION, TIMING_INTERVAL_OPTION, MEASUREMENTS_OPTION, in instrumentOptions()160 ShortDuration.valueOf(options.get(WARMUP_OPTION)), in getMeasurementCollectingVisitor()205 ShortDuration.valueOf(options.get(WARMUP_OPTION)), in getMeasurementCollectingVisitor()
27 static final String WARMUP_OPTION = "warmup"; field in CommonInstrumentOptions