Class MemoryUseProblemStatistic
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.statistic.ProblemStatistic
- 
- org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
 
- 
 public class MemoryUseProblemStatistic extends ProblemStatistic 
- 
- 
Field SummaryFields Modifier and Type Field Description protected FilegraphFile- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatisticproblemBenchmarkResult, problemStatisticType, warningList
 
- 
 - 
Constructor SummaryConstructors Constructor Description MemoryUseProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSingleStatisticcreateSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)protected voidfillWarningList()List<File>getGraphFileList()voidwriteGraphFiles(BenchmarkReport benchmarkReport)- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatisticaccumulateResults, getAnchorId, getGraphFile, getProblemBenchmarkResult, getProblemStatisticType, getSubSingleStatisticList, getWarningList, setProblemBenchmarkResult, toString, writeChartToImageFile
 
- 
 
- 
- 
- 
Field Detail- 
graphFileprotected File graphFile 
 
- 
 - 
Constructor Detail- 
MemoryUseProblemStatisticpublic MemoryUseProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) 
 
- 
 - 
Method Detail- 
createSubSingleStatisticpublic SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) - Specified by:
- createSubSingleStatisticin class- ProblemStatistic
 
 - 
getGraphFileListpublic List<File> getGraphFileList() - Specified by:
- getGraphFileListin class- ProblemStatistic
- Returns:
- never null
 
 - 
writeGraphFilespublic void writeGraphFiles(BenchmarkReport benchmarkReport) - Specified by:
- writeGraphFilesin class- ProblemStatistic
 
 - 
fillWarningListprotected void fillWarningList() - Overrides:
- fillWarningListin class- ProblemStatistic
 
 
- 
 
-