org.ujmp.core.benchmark
Class BenchmarkResult
java.lang.Object
org.ujmp.core.benchmark.BenchmarkResult
public class BenchmarkResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOTAVAILABLE
public static final BenchmarkResult NOTAVAILABLE
ERROR
public static final BenchmarkResult ERROR
BenchmarkResult
public BenchmarkResult(double time,
double difference,
long mem)
BenchmarkResult
public BenchmarkResult(double time,
long mem)
getTime
public double getTime()
setTime
public void setTime(double time)
getDifference
public double getDifference()
setDifference
public void setDifference(double difference)
getMem
public long getMem()
setMem
public void setMem(long mem)
Copyright © 2010. All Rights Reserved.