public final class TabularSummaryOutput extends AbstractOutput
NiceTable to format. Just giving an overview
of statistical analysis over the results.FLOATFORMAT| Constructor and Description |
|---|
TabularSummaryOutput()
Constructor, just giving out on the
System.out. |
TabularSummaryOutput(PrintStream paramOut)
Constructor for piping the result to elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
listenToException(AbstractPerfidixMethodException exec)
Listening to an arised exception.
|
boolean |
listenToResultSet(Method meth,
AbstractMeter meter,
double data)
Listening to a resultset and handling the data.
|
void |
visitBenchmark(BenchmarkResult benchRes)
Visiting the
BenchmarkResult and do something with the result. |
formatpublic TabularSummaryOutput(PrintStream paramOut)
paramOut - an PrintStream to pipe to.public TabularSummaryOutput()
System.out.public void visitBenchmark(BenchmarkResult benchRes)
BenchmarkResult and do something with the result.visitBenchmark in class AbstractOutputbenchRes - the BenchmarkResultpublic boolean listenToResultSet(Method meth, AbstractMeter meter, double data)
listenToResultSet in class AbstractOutputmeth - the related Methodmeter - the corresponding AbstractMeter instance where the
result is related todata - the related datapublic boolean listenToException(AbstractPerfidixMethodException exec)
listenToException in class AbstractOutputexec - an AbstractPerfidixMethodException instanceCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.