|
XStream Benchmark 1.4.1-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Reporter
A listener to what the Harness
is doing that should report the results.
The sequence of methods is:
startBenchmark, ( startMetric, ( startTarget, ( metricRecorded | metricFailed ), endTarget ) * , endMetric ) * , endBenchmark
Harness
Method Summary | |
---|---|
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)
|
Method Detail |
---|
void startBenchmark()
void startMetric(Metric metric)
void startTarget(Target target)
void metricRecorded(Product product, double result)
void metricFailed(Product product, Exception e)
void endTarget(Target target)
void endMetric(Metric metric)
void endBenchmark()
|
XStream Benchmark 1.4.1-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |