Searched defs:benchmarkMethodNames (Results 1 – 3 of 3) sorted by relevance
26 ImmutableSet<String> benchmarkMethodNames(); in benchmarkMethodNames() method
106 @Override public ImmutableSet<String> benchmarkMethodNames() { in benchmarkMethodNames() method in ParsedOptions
248 ImmutableSet<String> benchmarkMethodNames = options.benchmarkMethodNames(); in provideInstrumentations() local273 Set<String> benchmarkMethodNames = new HashSet<String>(); in findAllBenchmarkMethods() local