org.optaplanner.benchmark.impl.statistic.memoryuse
Class MemoryUseSingleStatistic
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic<MemoryUseStatisticPoint>
org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic
public class MemoryUseSingleStatistic
- extends ProblemBasedSingleStatistic<MemoryUseStatisticPoint>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryUseSingleStatistic
public MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
MemoryUseSingleStatistic
public MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval)
open
public void open(Solver solver)
- Specified by:
open
in class SingleStatistic<MemoryUseStatisticPoint>
close
public void close(Solver solver)
- Specified by:
close
in class SingleStatistic<MemoryUseStatisticPoint>
getCsvHeader
protected String getCsvHeader()
- Specified by:
getCsvHeader
in class SingleStatistic<MemoryUseStatisticPoint>
createPointFromCsvLine
protected MemoryUseStatisticPoint createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine)
- Specified by:
createPointFromCsvLine
in class SingleStatistic<MemoryUseStatisticPoint>
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.