public interface BenchmarkProbe
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
metaInfo()
Gets collection of meta information.
|
Collection<BenchmarkProbePoint> |
points()
Gets collection of probe points.
|
void |
start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
stop()
Stops probe execution.
|
void start(BenchmarkDriver drv, BenchmarkConfiguration cfg) throws Exception
drv - Benchmark driver.cfg - Benchmark configuration.Exception - If start failed.Collection<String> metaInfo()
Collection<BenchmarkProbePoint> points()
Copyright © 2014. All rights reserved.