public final class CSVOutput extends AbstractOutput
FLOATFORMAT| Constructor and Description |
|---|
CSVOutput()
Constructor for output to
System.out. |
CSVOutput(File paramFolder)
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 res)
Visiting the
BenchmarkResult and do something with the result. |
formatpublic CSVOutput(File paramFolder)
paramFolder - an File object which has to be a folder to write topublic CSVOutput()
System.out.public 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 instancepublic void visitBenchmark(BenchmarkResult res)
BenchmarkResult and do something with the result.visitBenchmark in class AbstractOutputres - the BenchmarkResultCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.