Searched refs:unusedBenchmarkNames (Results 1 – 1 of 1) sorted by relevance
249 Set<String> unusedBenchmarkNames = new HashSet<String>(benchmarkMethodNames); in provideInstrumentations() local254 unusedBenchmarkNames.remove(method.getName()); in provideInstrumentations()258 if (!unusedBenchmarkNames.isEmpty()) { in provideInstrumentations()260 "Invalid benchmark method(s) specified in options: " + unusedBenchmarkNames); in provideInstrumentations()