Home
last modified time | relevance | path

Searched defs:benchmarkMethodNames (Results 1 – 3 of 3) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/options/
DCaliperOptions.java26 ImmutableSet<String> benchmarkMethodNames(); in benchmarkMethodNames() method
DParsedOptions.java106 @Override public ImmutableSet<String> benchmarkMethodNames() { in benchmarkMethodNames() method in ParsedOptions
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java240 ImmutableSet<String> benchmarkMethodNames = options.benchmarkMethodNames(); in provideInstrumentations() local
265 Set<String> benchmarkMethodNames = new HashSet<String>(); in findAllBenchmarkMethods() local