Class TextReporter
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
- All Implemented Interfaces:
Reporter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MetricDeprecated.private final PrintWriterDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Reports to System.out.TextReporter(PrintWriter out) Deprecated.TextReporter(Writer out) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Benchmark has ended.voidDeprecated.voidDeprecated.voidmetricFailed(Product product, Exception e) Deprecated.voidmetricRecorded(Product product, double result) Deprecated.private StringDeprecated.voidDeprecated.Benchmark has started.voidstartMetric(Metric metric) Deprecated.voidstartTarget(Target target) Deprecated.
-
Field Details
-
out
Deprecated. -
currentMetric
Deprecated.
-
-
Constructor Details
-
TextReporter
Deprecated. -
TextReporter
Deprecated. -
TextReporter
public TextReporter()Deprecated.Reports to System.out.
-
-
Method Details
-
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
-
metricRecorded
Deprecated.- Specified by:
metricRecordedin interfaceReporter
-
metricFailed
Deprecated.- Specified by:
metricFailedin interfaceReporter
-
endTarget
-
endMetric
-
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
-
pad
-