|
XStream Benchmark 1.4.1-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
public class TextReporter
Reports results of Harness in text form designed for human reading.
Harness
,
Reporter
Constructor Summary | |
---|---|
TextReporter()
Reports to System.out. |
|
TextReporter(PrintWriter out)
|
|
TextReporter(Writer out)
|
Method Summary | |
---|---|
void |
endBenchmark()
Benchmark has ended. |
void |
endMetric(Metric metric)
|
void |
endTarget(Target target)
|
void |
metricFailed(Product product,
Exception e)
|
void |
metricRecorded(Product product,
double result)
|
void |
startBenchmark()
Benchmark has started. |
void |
startMetric(Metric metric)
|
void |
startTarget(Target target)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextReporter(PrintWriter out)
public TextReporter(Writer out)
public TextReporter()
Method Detail |
---|
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, Exception e)
metricFailed
in interface Reporter
public void endTarget(Target target)
endTarget
in interface Reporter
public void endMetric(Metric metric)
endMetric
in interface Reporter
public void endBenchmark()
Reporter
endBenchmark
in interface Reporter
|
XStream Benchmark 1.4.1-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |