Class ScoreCalculationSpeedStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
- 
Constructor Summary
ConstructorsConstructorDescriptionScoreCalculationSpeedStatisticPoint(long timeMillisSpent, long scoreCalculationSpeed)  - 
Method Summary
Modifier and TypeMethodDescriptionlonglongMethods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine 
- 
Constructor Details
- 
ScoreCalculationSpeedStatisticPoint
public ScoreCalculationSpeedStatisticPoint(long timeMillisSpent, long scoreCalculationSpeed)  
 - 
 - 
Method Details
- 
getTimeMillisSpent
public long getTimeMillisSpent() - 
getScoreCalculationSpeed
public long getScoreCalculationSpeed() - 
toCsvLine
- Specified by:
 toCsvLinein classStatisticPoint
 
 -