Home
last modified time | relevance | path

Searched defs:createInstrumentation (Results 1 – 6 of 6) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DArbitraryMeasurementInstrument.java52 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in ArbitraryMeasurementInstrument
DAllocationInstrument.java71 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in AllocationInstrument
DInstrument.java66 public abstract Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in Instrument
DRuntimeInstrument.java95 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in RuntimeInstrument
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java127 public Instrumentation createInstrumentation(Method benchmarkMethod) in createInstrumentation() method in ExperimentingRunnerModuleTest.FakeInstrument
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java389 private static Instrumentation createInstrumentation( in createInstrumentation() method in ParallelUniverse