Class MultiReporter
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
- All Implemented Interfaces:
Reporter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Benchmark has ended.voidDeprecated.voidDeprecated.voidmetricFailed(Product product, Exception e) Deprecated.voidmetricRecorded(Product product, double result) Deprecated.voidDeprecated.Benchmark has started.voidstartMetric(Metric metric) Deprecated.voidstartTarget(Target target) Deprecated.
-
Field Details
-
reporter
Deprecated.
-
-
Constructor Details
-
MultiReporter
Deprecated.
-
-
Method Details
-
endBenchmark
public void endBenchmark()Deprecated.Description copied from interface:ReporterBenchmark has ended. This will always be called ONCE (and only once) AFTER everything else.- Specified by:
endBenchmarkin interfaceReporter
-
endMetric
-
endTarget
-
metricFailed
Deprecated.- Specified by:
metricFailedin interfaceReporter
-
metricRecorded
Deprecated.- Specified by:
metricRecordedin interfaceReporter
-
startBenchmark
public void startBenchmark()Deprecated.Description copied from interface:ReporterBenchmark has started. This will always be called ONCE (and only once) BEFORE everything else.- Specified by:
startBenchmarkin interfaceReporter
-
startMetric
-
startTarget
-