Class ScoreCalculationSpeedStatisticPoint
- java.lang.Object
-
- org.optaplanner.benchmark.impl.statistic.StatisticPoint
-
- org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
-
public class ScoreCalculationSpeedStatisticPoint extends StatisticPoint
-
-
Constructor Summary
Constructors Constructor Description ScoreCalculationSpeedStatisticPoint(long timeMillisSpent, long scoreCalculationSpeed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getScoreCalculationSpeed()
long
getTimeMillisSpent()
String
toCsvLine()
-
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
-
-
-
Method Detail
-
getTimeMillisSpent
public long getTimeMillisSpent()
-
getScoreCalculationSpeed
public long getScoreCalculationSpeed()
-
toCsvLine
public String toCsvLine()
- Specified by:
toCsvLine
in classStatisticPoint
-
-