Searched defs:workerOptions (Results 1 – 9 of 9) sorted by relevance
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/ |
D | WorkerSpec.java | 36 public final ImmutableMap<String, String> workerOptions; field in WorkerSpec 48 ImmutableMap<String, String> workerOptions, in WorkerSpec() argument
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | RuntimeWorker.java | 53 Map<String, String> workerOptions) { in RuntimeWorker() argument 106 @WorkerOptions Map<String, String> workerOptions) { in Micro() argument 132 @WorkerOptions Map<String, String> workerOptions) { in Pico() argument
|
D | MacrobenchmarkWorker.java | 48 Ticker ticker, @WorkerOptions Map<String, String> workerOptions) { in MacrobenchmarkWorker() argument
|
D | ArbitraryMeasurementWorker.java | 43 @WorkerOptions Map<String, String> workerOptions) { in ArbitraryMeasurementWorker() argument
|
D | WorkerModule.java | 47 private final ImmutableMap<String, String> workerOptions; field in WorkerModule
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | AllocationInstrument.java | 111 @Override public ImmutableMap<String, String> workerOptions() { in workerOptions() method in AllocationInstrument.MicroAllocationInstrumentation 152 @Override public ImmutableMap<String, String> workerOptions() { in workerOptions() method in AllocationInstrument.MacroAllocationInstrumentation
|
D | ArbitraryMeasurementInstrument.java | 108 @Override public ImmutableMap<String, String> workerOptions() { in workerOptions() method in ArbitraryMeasurementInstrument.ArbitraryMeasurementInstrumentation
|
D | Instrument.java | 126 public ImmutableMap<String, String> workerOptions() { in workerOptions() method in Instrument.Instrumentation
|
D | RuntimeInstrument.java | 191 @Override public ImmutableMap<String, String> workerOptions() { in workerOptions() method in RuntimeInstrument.RuntimeInstrumentation
|