Constructor and Description |
---|
MultiReporter(Reporter[] reporter) |
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) |
public MultiReporter(Reporter[] reporter)
public void endBenchmark()
Reporter
endBenchmark
in interface Reporter
public void metricFailed(Product product, Exception e)
metricFailed
in interface Reporter
public void metricRecorded(Product product, double result)
metricRecorded
in interface Reporter
public void startBenchmark()
Reporter
startBenchmark
in interface Reporter
public void startMetric(Metric metric)
startMetric
in interface Reporter
public void startTarget(Target target)
startTarget
in interface Reporter
Copyright © 2004–2013 XStream. All rights reserved.