org.ujmp.core.benchmark
Class BenchmarkResult

java.lang.Object
  extended by org.ujmp.core.benchmark.BenchmarkResult

public class BenchmarkResult
extends Object


Field Summary
static BenchmarkResult ERROR
           
static BenchmarkResult NOTAVAILABLE
           
 
Constructor Summary
BenchmarkResult(double time, double difference, long mem)
           
BenchmarkResult(double time, long mem)
           
 
Method Summary
 double getDifference()
           
 long getMem()
           
 double getTime()
           
 void setDifference(double difference)
           
 void setMem(long mem)
           
 void setTime(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTAVAILABLE

public static final BenchmarkResult NOTAVAILABLE

ERROR

public static final BenchmarkResult ERROR
Constructor Detail

BenchmarkResult

public BenchmarkResult(double time,
                       double difference,
                       long mem)

BenchmarkResult

public BenchmarkResult(double time,
                       long mem)
Method Detail

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.