Home
last modified time | relevance | path

Searched refs:AllocationInstrument (Results 1 – 6 of 6) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DAllocationInstrumentTest.java50 AllocationInstrument instrument = new AllocationInstrument(); in getExtraCommandLineArgs()
DWorkerProcessTest.java76 AllocationInstrument allocationInstrument = new AllocationInstrument(); in simpleArgsTest()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DAllocationInstrument.java56 public final class AllocationInstrument extends Instrument { class
63 private static final Logger logger = Logger.getLogger(AllocationInstrument.class.getName());
DExperimentingRunnerModule.java167 @InstrumentClassKey(AllocationInstrument.class)
169 return new AllocationInstrument(); in provideAllocationInstrument()
/external/caliper/expectations/
Dknownfailures.txt31 description: "AllocationInstrument doesn't work on Android",
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties70 instrument.allocation.class=com.google.caliper.runner.AllocationInstrument