Class MultiReporter
- java.lang.Object
-
- com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
-
-
Constructor Summary
Constructors Constructor Description MultiReporter(Reporter[] reporter)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
reporter
private final Reporter[] reporter
Deprecated.
-
-
Constructor Detail
-
MultiReporter
public MultiReporter(Reporter[] reporter)
Deprecated.
-
-
Method Detail
-
endBenchmark
public void endBenchmark()
Deprecated.Description copied from interface:Reporter
Benchmark has ended. This will always be called ONCE (and only once) AFTER everything else.- Specified by:
endBenchmark
in interfaceReporter
-
endMetric
public void endMetric(Metric metric)
Deprecated.
-
endTarget
public void endTarget(Target target)
Deprecated.
-
metricFailed
public void metricFailed(Product product, java.lang.Exception e)
Deprecated.- Specified by:
metricFailed
in interfaceReporter
-
metricRecorded
public void metricRecorded(Product product, double result)
Deprecated.- Specified by:
metricRecorded
in interfaceReporter
-
startBenchmark
public void startBenchmark()
Deprecated.Description copied from interface:Reporter
Benchmark has started. This will always be called ONCE (and only once) BEFORE everything else.- Specified by:
startBenchmark
in interfaceReporter
-
startMetric
public void startMetric(Metric metric)
Deprecated.- Specified by:
startMetric
in interfaceReporter
-
startTarget
public void startTarget(Target target)
Deprecated.- Specified by:
startTarget
in interfaceReporter
-
-