OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonInstrumentOptions
(Results
1 - 3
of
3
) sorted by null
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
CommonInstrumentOptions.java
22
final class
CommonInstrumentOptions
{
23
private
CommonInstrumentOptions
() {}
RuntimeInstrument.java
17
import static com.google.caliper.runner.
CommonInstrumentOptions
.GC_BEFORE_EACH_OPTION;
18
import static com.google.caliper.runner.
CommonInstrumentOptions
.MAX_WARMUP_WALL_TIME_OPTION;
19
import static com.google.caliper.runner.
CommonInstrumentOptions
.MEASUREMENTS_OPTION;
20
import static com.google.caliper.runner.
CommonInstrumentOptions
.WARMUP_OPTION;
ArbitraryMeasurementInstrument.java
19
import static com.google.caliper.runner.
CommonInstrumentOptions
.GC_BEFORE_EACH_OPTION;
Completed in 62 milliseconds