Class MultiReporter
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
- All Implemented Interfaces:
Reporter
Deprecated.
As of 1.4.9 use JMH instead
A reporter multiplexing the results to other Reporters.
- Since:
- 1.3
-
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
Deprecated. -
endTarget
Deprecated. -
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
Deprecated.- Specified by:
startMetricin interfaceReporter
-
startTarget
Deprecated.- Specified by:
startTargetin interfaceReporter
-