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. |
format
public 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 AbstractOutput
benchRes
- the BenchmarkResult
public boolean listenToResultSet(Method meth, AbstractMeter meter, double data)
listenToResultSet
in class AbstractOutput
meth
- the related Method
meter
- the corresponding AbstractMeter
instance where the
result is related todata
- the related datapublic boolean listenToException(AbstractPerfidixMethodException exec)
listenToException
in class AbstractOutput
exec
- an AbstractPerfidixMethodException
instanceCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.