public class AbstractProblemStatistic.ProblemStatisticCsv extends Object
Constructor and Description |
---|
AbstractProblemStatistic.ProblemStatisticCsv() |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(SingleBenchmark singleBenchmark,
long timeMillisSpend,
double value) |
void |
addPoint(SingleBenchmark singleBenchmark,
long timeMillisSpend,
long value) |
void |
addPoint(SingleBenchmark singleBenchmark,
long timeMillisSpend,
String value) |
protected AbstractProblemStatistic.ProblemStatisticCsvLine |
findOrCreateLine(long timeMillisSpend) |
void |
writeCsvStatisticFile() |
public AbstractProblemStatistic.ProblemStatisticCsv()
public void addPoint(SingleBenchmark singleBenchmark, long timeMillisSpend, long value)
public void addPoint(SingleBenchmark singleBenchmark, long timeMillisSpend, double value)
public void addPoint(SingleBenchmark singleBenchmark, long timeMillisSpend, String value)
protected AbstractProblemStatistic.ProblemStatisticCsvLine findOrCreateLine(long timeMillisSpend)
public void writeCsvStatisticFile()
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.