HomeSort by relevance Sort by last modified time
    Searched defs:InstrumentConfig (Results 1 - 2 of 2) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/config/
InstrumentConfig.java 39 public final class InstrumentConfig {
43 private InstrumentConfig(Builder builder) {
59 } else if (obj instanceof InstrumentConfig) {
60 InstrumentConfig that = (InstrumentConfig) obj;
102 public InstrumentConfig build() {
104 return new InstrumentConfig(this);
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 102 milliseconds