|
||||||||||
| 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 Reporterpublic void startMetric(Metric metric)
startMetric in interface Reporterpublic 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 Reporterpublic void endTarget(Target target)
endTarget in interface Reporterpublic void endMetric(Metric metric)
endMetric in interface Reporterpublic void endBenchmark()
Reporter
endBenchmark in interface Reporter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||