Class MemoryUseProblemStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.ProblemStatistic
org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
-
Field Summary
Fields inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
problemBenchmarkResult, problemStatisticType, warningList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) protected void
void
writeGraphFiles
(BenchmarkReport benchmarkReport) Methods inherited from class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
accumulateResults, getAnchorId, getGraphFile, getProblemBenchmarkResult, getProblemStatisticType, getSubSingleStatisticList, getWarningList, setProblemBenchmarkResult, toString, writeChartToImageFile
-
Field Details
-
graphFile
-
-
Constructor Details
-
MemoryUseProblemStatistic
-
-
Method Details
-
createSubSingleStatistic
public SubSingleStatistic createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) - Specified by:
createSubSingleStatistic
in classProblemStatistic
-
getGraphFileList
- Specified by:
getGraphFileList
in classProblemStatistic
- Returns:
- never null
-
writeGraphFiles
- Specified by:
writeGraphFiles
in classProblemStatistic
-
fillWarningList
protected void fillWarningList()- Overrides:
fillWarningList
in classProblemStatistic
-