Modifier and Type | Field and Description |
---|---|
private Reporter[] |
reporter
Deprecated.
|
Constructor and Description |
---|
MultiReporter(Reporter[] reporter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
endBenchmark()
Deprecated.
Benchmark has ended.
|
void |
endMetric(Metric metric)
Deprecated.
|
void |
endTarget(Target target)
Deprecated.
|
void |
metricFailed(Product product,
java.lang.Exception e)
Deprecated.
|
void |
metricRecorded(Product product,
double result)
Deprecated.
|
void |
startBenchmark()
Deprecated.
Benchmark has started.
|
void |
startMetric(Metric metric)
Deprecated.
|
void |
startTarget(Target target)
Deprecated.
|
private final Reporter[] reporter
public MultiReporter(Reporter[] reporter)
public void endBenchmark()
Reporter
endBenchmark
in interface Reporter
public void endMetric(Metric metric)
public void endTarget(Target target)
public void metricFailed(Product product, java.lang.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