Home
last modified time | relevance | path

Searched defs:getInstrumentConfig (Results 1 – 2 of 2) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/config/
DCaliperConfigTest.java115 @Test public void getInstrumentConfig() throws Exception { in getInstrumentConfig() method in CaliperConfigTest
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfig.java148 public InstrumentConfig getInstrumentConfig(String name) { in getInstrumentConfig() method in CaliperConfig