Class HtmlReporter
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
- All Implemented Interfaces:
Reporter
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MetricDeprecated.private doubleDeprecated.private final PrettyPrintWriterDeprecated.private ListDeprecated.private final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Stringcss()Deprecated.voidDeprecated.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.private voidDeprecated.private voidDeprecated.
-
Field Details
-
out
Deprecated. -
title
Deprecated. -
currentMetric
Deprecated. -
largestMetricForTarget
private double largestMetricForTargetDeprecated. -
resultsForTarget
Deprecated.
-
-
Constructor Details
-
HtmlReporter
-
-
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
-
css
Deprecated. -
startMetric
-
startTarget
-
metricRecorded
Deprecated.- Specified by:
metricRecordedin interfaceReporter
-
metricFailed
Deprecated.- Specified by:
metricFailedin interfaceReporter
-
endTarget
-
writeTag
-
writeTag
-
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
-