Home | History | Annotate | Download | only in runner

Lines Matching defs:instrumentation

21 import com.google.caliper.runner.Instrument.Instrumentation;
35 private final Instrumentation instrumentation;
40 Instrumentation instrumentation,
43 this.instrumentation = checkNotNull(instrumentation);
48 Instrumentation instrumentation() {
49 return instrumentation;
63 return this.instrumentation.equals(that.instrumentation)
71 return Objects.hashCode(instrumentation, vm, userParameters);
76 .add("instrument", instrumentation.instrument())
77 .add("benchmarkMethod", instrumentation.benchmarkMethod.getName())