public class BenchmarkProbeSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PROBE_DUMP_FREQ
Probe statistics dump frequency.
|
| Constructor and Description |
|---|
BenchmarkProbeSet(BenchmarkDriver driver,
BenchmarkConfiguration cfg,
Collection<BenchmarkProbe> probes,
BenchmarkLoader ldr) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterExecute(int threadIdx)
After benchmark test iteration execute callback.
|
void |
onBeforeExecute(int threadIdx)
Before benchmark test iteration execute callback.
|
void |
onWarmupFinished()
Warmup finished callback.
|
void |
start() |
void |
stop() |
public static final int PROBE_DUMP_FREQ
public BenchmarkProbeSet(BenchmarkDriver driver, BenchmarkConfiguration cfg, Collection<BenchmarkProbe> probes, BenchmarkLoader ldr)
cfg - Context.probes - Collection of probes.ldr - Loader.public void onBeforeExecute(int threadIdx)
threadIdx - Executor thread index.public void onAfterExecute(int threadIdx)
threadIdx - Executor thread index.public void onWarmupFinished()
Copyright © 2014. All rights reserved.