Home
last modified time | relevance | path

Searched defs:workerOptions (Results 1 – 9 of 9) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DWorkerSpec.java36 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/
DRuntimeWorker.java53 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
DMacrobenchmarkWorker.java48 Ticker ticker, @WorkerOptions Map<String, String> workerOptions) { in MacrobenchmarkWorker() argument
DArbitraryMeasurementWorker.java43 @WorkerOptions Map<String, String> workerOptions) { in ArbitraryMeasurementWorker() argument
DWorkerModule.java47 private final ImmutableMap<String, String> workerOptions; field in WorkerModule
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DAllocationInstrument.java111 @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
DArbitraryMeasurementInstrument.java108 @Override public ImmutableMap<String, String> workerOptions() { in workerOptions() method in ArbitraryMeasurementInstrument.ArbitraryMeasurementInstrumentation
DInstrument.java126 public ImmutableMap<String, String> workerOptions() { in workerOptions() method in Instrument.Instrumentation
DRuntimeInstrument.java191 @Override public ImmutableMap<String, String> workerOptions() { in workerOptions() method in RuntimeInstrument.RuntimeInstrumentation