Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/config/
DCaliperConfigTest.java139 @Test public void getConfiguredInstruments() throws Exception { in getConfiguredInstruments() method in CaliperConfigTest
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfig.java137 public ImmutableSet<String> getConfiguredInstruments() { in getConfiguredInstruments() method in CaliperConfig