Class HtmlReporter
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
- All Implemented Interfaces:
Reporter
Deprecated.
As of 1.4.9 use JMH instead
-
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
Deprecated.- Throws:
IOException
-
-
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
Deprecated.- Specified by:
startMetricin interfaceReporter
-
startTarget
Deprecated.- Specified by:
startTargetin interfaceReporter
-
metricRecorded
Deprecated.- Specified by:
metricRecordedin interfaceReporter
-
metricFailed
Deprecated.- Specified by:
metricFailedin interfaceReporter
-
endTarget
Deprecated. -
writeTag
Deprecated. -
writeTag
Deprecated. -
endMetric
Deprecated. -
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
-