Searched refs:workerClass (Results 1 – 9 of 9) sorted by relevance
35 public final Class<?> workerClass; field in WorkerSpec47 Class<?> workerClass, in WorkerSpec() argument53 this.workerClass = workerClass; in WorkerSpec()
46 private final Class<? extends Worker> workerClass; field in WorkerModule52 this.workerClass = workerSpec.workerClass.asSubclass(Worker.class); in WorkerModule()66 Provider<Worker> workerProvider = availableWorkers.get(workerClass); in provideWorker()69 workerClass, availableWorkers); in provideWorker()
83 assertEquals(MacrobenchmarkWorker.class, instrumentation.workerClass()); in createInstrumentation_macrobenchmark()91 assertEquals(RuntimeWorker.Micro.class, instrumentation.workerClass()); in createInstrumentation_microbenchmark()99 assertEquals(RuntimeWorker.Pico.class, instrumentation.workerClass()); in createInstrumentation_picobenchmark()
131 public Class<? extends Worker> workerClass() { in createInstrumentation()
116 public Class<? extends Worker> workerClass() { in workerClass() method in AllocationInstrument.MicroAllocationInstrumentation157 public Class<? extends Worker> workerClass() { in workerClass() method in AllocationInstrument.MacroAllocationInstrumentation
152 public Class<? extends Worker> workerClass() { in workerClass() method in RuntimeInstrument.MacrobenchmarkInstrumentation217 @Override public Class<? extends Worker> workerClass() { in workerClass() method in RuntimeInstrument.MicrobenchmarkInstrumentation237 @Override public Class<? extends Worker> workerClass() { in workerClass() method in RuntimeInstrument.PicobenchmarkInstrumentation
104 public Class<? extends Worker> workerClass() { in workerClass() method in ArbitraryMeasurementInstrument.ArbitraryMeasurementInstrumentation
120 public abstract Class<? extends Worker> workerClass(); in workerClass() method in Instrument.Instrumentation
154 instrumentation.workerClass(), in buildProcess()