public class MemoryUseSubSingleStatistic extends ProblemBasedSubSingleStatistic<MemoryUseStatisticPoint>
problemStatisticType
logger, pointList, subSingleBenchmarkResult
Constructor and Description |
---|
MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) |
MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult,
long timeMillisThresholdInterval) |
Modifier and Type | Method and Description |
---|---|
void |
close(Solver<Solution> solver) |
protected MemoryUseStatisticPoint |
createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
protected String |
getCsvHeader() |
void |
open(Solver<Solution> solver) |
getStatisticType, toString
getAnchorId, getCsvFile, getCsvFilePath, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
public MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)
public MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, long timeMillisThresholdInterval)
public void open(Solver<Solution> solver)
open
in class SubSingleStatistic<MemoryUseStatisticPoint>
public void close(Solver<Solution> solver)
close
in class SubSingleStatistic<MemoryUseStatisticPoint>
protected String getCsvHeader()
getCsvHeader
in class SubSingleStatistic<MemoryUseStatisticPoint>
protected MemoryUseStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine)
createPointFromCsvLine
in class SubSingleStatistic<MemoryUseStatisticPoint>
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.