ProGAL
Class Benchmark

java.lang.Object
  extended by ProGAL.Benchmark

public abstract class Benchmark
extends java.lang.Object


Method Summary
 double getCPUTime()
          Returns the threads current CPU-time in ms.
 double getUserTime()
          Returns the threads current user-time in ms.
abstract  void runBenchmark()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserTime

public final double getUserTime()
Returns the threads current user-time in ms.


getCPUTime

public final double getCPUTime()
Returns the threads current CPU-time in ms.


runBenchmark

public abstract void runBenchmark()