org.ujmp.core.benchmark
Class BenchmarkResult
- java.lang.Object
-
- org.ujmp.core.benchmark.BenchmarkResult
-
public class BenchmarkResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description static BenchmarkResultERRORstatic BenchmarkResultNOTAVAILABLE
-
Constructor Summary
Constructors Constructor and Description BenchmarkResult(double time, double difference, long mem)BenchmarkResult(double time, long mem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetDifference()longgetMem()doublegetTime()voidsetDifference(double difference)voidsetMem(long mem)voidsetTime(double time)
-
-
-
Field Detail
-
NOTAVAILABLE
public static final BenchmarkResult NOTAVAILABLE
-
ERROR
public static final BenchmarkResult ERROR
-
-
DataMelt 3.0 © DataMelt by jWork.ORG