de.uni_leipzig.bf.eval
Class Timer

java.lang.Object
  extended by de.uni_leipzig.bf.eval.Timer

public class Timer
extends java.lang.Object

Author:
ngonga
 

Constructor Summary
Timer()
           
 
Method Summary
static long getCpuTime()
          Get CPU time in nanoseconds.
static long getSystemTime()
          Get system time in nanoseconds.
static long getUserTime()
          Get user time in nanoseconds.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

getCpuTime

public static long getCpuTime()
Get CPU time in nanoseconds.


getSystemTime

public static long getSystemTime()
Get system time in nanoseconds.


getUserTime

public static long getUserTime()
Get user time in nanoseconds.


main

public static void main(java.lang.String[] args)