Constructor and Description |
---|
HtmlReporter(java.io.File htmlFile,
java.lang.String title)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
endBenchmark()
Deprecated.
Benchmark has ended.
|
void |
endMetric(Metric metric)
Deprecated.
|
void |
endTarget(Target target)
Deprecated.
|
void |
metricFailed(Product product,
java.lang.Exception e)
Deprecated.
|
void |
metricRecorded(Product product,
double result)
Deprecated.
|
void |
startBenchmark()
Deprecated.
Benchmark has started.
|
void |
startMetric(Metric metric)
Deprecated.
|
void |
startTarget(Target target)
Deprecated.
|
public HtmlReporter(java.io.File htmlFile, java.lang.String title) throws java.io.IOException
java.io.IOException
public void startBenchmark()
Reporter
startBenchmark
in interface Reporter
public void startMetric(Metric metric)
startMetric
in interface Reporter
public void startTarget(Target target)
startTarget
in interface Reporter
public void metricRecorded(Product product, double result)
metricRecorded
in interface Reporter
public void metricFailed(Product product, java.lang.Exception e)
metricFailed
in interface Reporter
public void endTarget(Target target)
public void endMetric(Metric metric)
public void endBenchmark()
Reporter
endBenchmark
in interface Reporter
Copyright © 2004–2023 XStream. All rights reserved.