Class ScoreCalculationSpeedStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
- 
Constructor SummaryConstructorsConstructorDescriptionScoreCalculationSpeedStatisticPoint(long timeMillisSpent, long scoreCalculationSpeed) 
- 
Method SummaryModifier and TypeMethodDescriptionlonglongMethods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPointbuildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
- 
Constructor Details- 
ScoreCalculationSpeedStatisticPointpublic ScoreCalculationSpeedStatisticPoint(long timeMillisSpent, long scoreCalculationSpeed) 
 
- 
- 
Method Details- 
getTimeMillisSpentpublic long getTimeMillisSpent()
- 
getScoreCalculationSpeedpublic long getScoreCalculationSpeed()
- 
toCsvLine- Specified by:
- toCsvLinein class- StatisticPoint
 
 
-