HomeSort by relevance Sort by last modified time
    Searched full:allocationinstrument (Results 1 - 9 of 9) sorted by null

  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 76 AllocationInstrument allocationInstrument = new AllocationInstrument();
77 allocationInstrument.setOptions(ImmutableMap.of("trackAllocations", "true"));
84 allocationInstrument.createInstrumentation(method),
98 allocationInstrument.getExtraCommandLineArgs(vmConfig);
AllocationInstrumentTest.java 41 * Tests {@link AllocationInstrument}.
50 AllocationInstrument instrument = new AllocationInstrument();
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
AllocationMeasurement.java 27 * annotation may be used with the {@link com.google.caliper.runner.AllocationInstrument}.
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MacrobenchmarkAllocationWorker.java 29 * The {@link Worker} for the {@code AllocationInstrument}. This class invokes the benchmark method
MicrobenchmarkAllocationWorker.java 31 * The {@link Worker} for the {@code AllocationInstrument}. This class invokes the benchmark method
  /external/caliper/expectations/
knownfailures.txt 31 description: "AllocationInstrument doesn't work on Android",
  /external/caliper/caliper/src/main/resources/com/google/caliper/config/
global-config.properties 70 instrument.allocation.class=com.google.caliper.runner.AllocationInstrument
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
AllocationInstrument.java 56 public final class AllocationInstrument extends Instrument {
63 private static final Logger logger = Logger.getLogger(AllocationInstrument.class.getName());
ExperimentingRunnerModule.java 167 @InstrumentClassKey(AllocationInstrument.class)
169 return new AllocationInstrument();

Completed in 211 milliseconds