OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GC_BEFORE_EACH_OPTION
(Results
1 - 3
of
3
) sorted by null
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
CommonInstrumentOptions.java
26
static final String
GC_BEFORE_EACH_OPTION
= "gcBeforeEach";
ArbitraryMeasurementInstrument.java
19
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
));
120
return ImmutableSet.of(
GC_BEFORE_EACH_OPTION
);
RuntimeInstrument.java
17
import static com.google.caliper.runner.CommonInstrumentOptions.
GC_BEFORE_EACH_OPTION
;
91
GC_BEFORE_EACH_OPTION
, SUGGEST_GRANULARITY_OPTION);
194
GC_BEFORE_EACH_OPTION
, options.get(
GC_BEFORE_EACH_OPTION
));
Completed in 333 milliseconds