Searched defs:workerClass (Results 1 – 6 of 6) sorted by relevance
35 public final Class<?> workerClass; field in WorkerSpec47 Class<?> workerClass, in WorkerSpec()
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
46 private final Class<? extends Worker> workerClass; field in WorkerModule