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 Metric
Deprecated.private double
Deprecated.private final PrettyPrintWriter
Deprecated.private List
Deprecated.private final String
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
css()
Deprecated.void
Deprecated.Benchmark has ended.void
Deprecated.void
Deprecated.void
metricFailed
(Product product, Exception e) Deprecated.void
metricRecorded
(Product product, double result) Deprecated.void
Deprecated.Benchmark has started.void
startMetric
(Metric metric) Deprecated.void
startTarget
(Target target) Deprecated.private void
Deprecated.private void
Deprecated.
-
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:Reporter
Benchmark has started. This will always be called ONCE (and only once) BEFORE everything else.- Specified by:
startBenchmark
in interfaceReporter
-
css
Deprecated. -
startMetric
Deprecated.- Specified by:
startMetric
in interfaceReporter
-
startTarget
Deprecated.- Specified by:
startTarget
in interfaceReporter
-
metricRecorded
Deprecated.- Specified by:
metricRecorded
in interfaceReporter
-
metricFailed
Deprecated.- Specified by:
metricFailed
in interfaceReporter
-
endTarget
Deprecated. -
writeTag
Deprecated. -
writeTag
Deprecated. -
endMetric
Deprecated. -
endBenchmark
public void endBenchmark()Deprecated.Description copied from interface:Reporter
Benchmark has ended. This will always be called ONCE (and only once) AFTER everything else.- Specified by:
endBenchmark
in interfaceReporter
-