HomeSort by relevance Sort by last modified time
    Searched refs:MacrobenchmarkWorker (Results 1 - 4 of 4) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MacrobenchmarkWorker.java 41 public class MacrobenchmarkWorker extends Worker {
47 @Inject MacrobenchmarkWorker(@Benchmark Object benchmark, @BenchmarkMethod Method method,
WorkerModule.java 96 @WorkerClassKey(MacrobenchmarkWorker.class)
97 static Worker provideMacrobenchmarkWorker(MacrobenchmarkWorker impl) {
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 30 import com.google.caliper.worker.MacrobenchmarkWorker;
83 assertEquals(MacrobenchmarkWorker.class, instrumentation.workerClass());
191 // honored by the MacrobenchmarkWorker.
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
RuntimeInstrument.java 44 import com.google.caliper.worker.MacrobenchmarkWorker;
153 return MacrobenchmarkWorker.class;

Completed in 722 milliseconds