HomeSort by relevance Sort by last modified time
    Searched refs:instrumentSpec (Results 1 - 3 of 3) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Trial.java 41 private InstrumentSpec instrumentSpec;
48 this.instrumentSpec = InstrumentSpec.DEFAULT;
56 this.instrumentSpec = builder.instrumentSpec;
69 public InstrumentSpec instrumentSpec() {
70 return instrumentSpec;
88 && this.instrumentSpec.equals(that.instrumentSpec
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialModule.java 133 .instrumentSpec(experiment.instrumentation().instrument().getSpec())
ConsoleOutput.java 20 import com.google.caliper.model.InstrumentSpec;
52 private final Set<InstrumentSpec> instrumentSpecs = Sets.newHashSet();
131 instrumentSpecs.add(trial.instrumentSpec());

Completed in 90 milliseconds