Searched refs:createInstrumentation (Results 1 – 8 of 8) sorted by relevance
65 .add(instrumentA.createInstrumentation(methodA)) in provideInstrumentations_noNames()66 .add(instrumentA.createInstrumentation(methodB)) in provideInstrumentations_noNames()67 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_noNames()68 .add(instrumentB.createInstrumentation(methodA)) in provideInstrumentations_noNames()69 .add(instrumentB.createInstrumentation(methodB)) in provideInstrumentations_noNames()70 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_noNames()83 .add(instrumentA.createInstrumentation(methodB)) in provideInstrumentations_withNames()84 .add(instrumentB.createInstrumentation(methodB)) in provideInstrumentations_withNames()91 .add(instrumentA.createInstrumentation(methodA)) in provideInstrumentations_withNames()92 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_withNames()[all …]
80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_macrobenchmark()88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_microbenchmark()96 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_picobenchmark()106 instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_badParam()114 instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_notAMacrobenchmark()123 instrument.createInstrumentation(benchmarkMethod); in createInstrumentationnotAMicrobenchmark()132 instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_notAPicobenchmark()
84 allocationInstrument.createInstrumentation(method), in simpleArgsTest()
52 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in ArbitraryMeasurementInstrument
66 public abstract Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in Instrument
71 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in AllocationInstrument
245 builder.add(instrument.createInstrumentation(method)); in provideInstrumentations()
95 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in RuntimeInstrument