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