Home
last modified time | relevance | path

Searched refs:configuredInstruments (Results 1 – 1 of 1) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java197 ImmutableSet<String> configuredInstruments = config.getConfiguredInstruments(); in provideInstruments() local
199 if (!configuredInstruments.contains(instrumentName)) { in provideInstruments()
202 instrumentName, configuredInstruments); in provideInstruments()