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. |
format
public 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 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
instancepublic void visitBenchmark(BenchmarkResult res)
BenchmarkResult
and do something with the result.visitBenchmark
in class AbstractOutput
res
- the BenchmarkResult
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.