Class ScoreCalculationSpeedStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
-
Constructor Summary
ConstructorDescriptionScoreCalculationSpeedStatisticPoint
(long timeMillisSpent, long scoreCalculationSpeed) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
Methods 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:
toCsvLine
in classStatisticPoint
-