EVEDemo.PSWEEP
Class Timer

java.lang.Object
  |
  +--EVEDemo.PSWEEP.Timer

public class Timer
extends java.lang.Object

This class is a static class to count the time for execution of the PSWEEP


Field Summary
(package private) static long begin
           
(package private) static long end
           
 
Constructor Summary
Timer()
           
 
Method Summary
static double end()
          Stop the timer, and return the seconds spend.
static void start()
          Record the start timer.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

begin

static long begin

end

static long end
Constructor Detail

Timer

public Timer()
Method Detail

start

public static void start()
Record the start timer.

end

public static double end()
Stop the timer, and return the seconds spend.