public interface Reporter
Harness
is doing that should report the results.
The sequence of methods is:
startBenchmark, ( startMetric, ( startTarget, ( metricRecorded | metricFailed ), endTarget ) * , endMetric ) * , endBenchmark
Harness
Modifier and Type | Method and Description |
---|---|
void |
endBenchmark()
Benchmark has ended.
|
void |
endMetric(Metric metric) |
void |
endTarget(Target target) |
void |
metricFailed(Product product,
Exception e) |
void |
metricRecorded(Product product,
double result) |
void |
startBenchmark()
Benchmark has started.
|
void |
startMetric(Metric metric) |
void |
startTarget(Target target) |
void startBenchmark()
void startMetric(Metric metric)
void startTarget(Target target)
void metricRecorded(Product product, double result)
void endTarget(Target target)
void endMetric(Metric metric)
void endBenchmark()
Copyright © 2004–2017 XStream. All rights reserved.