public abstract class PureSingleStatistic<P extends StatisticPoint> extends SingleStatistic<P>
SingleBenchmarkResult
Modifier and Type | Field and Description |
---|---|
protected SingleStatisticType |
singleStatisticType |
logger, pointList, singleBenchmarkResult
Modifier | Constructor and Description |
---|---|
protected |
PureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
SingleStatisticType singleStatisticType) |
Modifier and Type | Method and Description |
---|---|
SingleStatisticType |
getStatisticType() |
protected File |
writeChartToImageFile(org.jfree.chart.JFreeChart chart,
String fileNameBase) |
abstract void |
writeGraphFiles(BenchmarkReport benchmarkReport) |
close, createPointFromCsvLine, getAnchorId, getCsvFile, getCsvFilePath, getCsvHeader, getPointList, getSingleBenchmarkResult, initPointList, open, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
protected final SingleStatisticType singleStatisticType
protected PureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, SingleStatisticType singleStatisticType)
public SingleStatisticType getStatisticType()
getStatisticType
in class SingleStatistic<P extends StatisticPoint>
public abstract void writeGraphFiles(BenchmarkReport benchmarkReport)
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.