Home | History | Annotate | Download | only in runner

Lines Matching refs:instrument

28 import com.google.caliper.runner.Instrument.Instrumentation;
55 private RuntimeInstrument instrument;
58 this.instrument = new RuntimeInstrument(ShortDuration.of(100, NANOSECONDS));
67 return instrument.isBenchmarkMethod(input);
80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod);
82 assertEquals(instrument, instrumentation.instrument());
88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod);
90 assertEquals(instrument, instrumentation.instrument());
96 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod);
98 assertEquals(instrument, instrumentation.instrument());
106 instrument.createInstrumentation(benchmarkMethod);
114 instrument.createInstrumentation(benchmarkMethod);
123 instrument.createInstrumentation(benchmarkMethod);
132 instrument.createInstrumentation(benchmarkMethod);
207 .instrument("runtime")
230 .instrument("runtime")