Class EventTimer

java.lang.Object
com.spun.util.timers.EventTimer

public class EventTimer extends Object
A Utility for timing things. this is multi-thread safe.
  • Constructor Details

    • EventTimer

      public EventTimer()
    • EventTimer

      public EventTimer(String label, long timeLimit)
  • Method Details

    • getEventTime

      public EventTime getEventTime()
    • start

      public void start()
    • end

      public void end()