public class MemoryUseSingleStatistic extends ProblemBasedSingleStatistic<MemoryUseStatisticPoint>
problemStatisticType
logger, pointList, singleBenchmarkResult
Constructor and Description |
---|
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval) |
Modifier and Type | Method and Description |
---|---|
void |
close(Solver solver) |
protected MemoryUseStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
void |
open(Solver solver) |
getStatisticType
getAnchorId, getCsvFile, getCsvFilePath, getPointList, getSingleBenchmarkResult, initPointList, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
public MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
public MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, long timeMillisThresholdInterval)
public void open(Solver solver)
open
in class SingleStatistic<MemoryUseStatisticPoint>
public void close(Solver solver)
close
in class SingleStatistic<MemoryUseStatisticPoint>
protected String getCsvHeader()
getCsvHeader
in class SingleStatistic<MemoryUseStatisticPoint>
protected MemoryUseStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine
in class SingleStatistic<MemoryUseStatisticPoint>
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.