com.waveset.util
Class MethodTimer.HistoryEntry

java.lang.Object
  extended bycom.waveset.util.MethodTimer.HistoryEntry
Enclosing class:
MethodTimer

public static class MethodTimer.HistoryEntry
extends java.lang.Object

A simple class to store a history entry, used for charting performance


Constructor Summary
MethodTimer.HistoryEntry(long timeEventTook)
           
MethodTimer.HistoryEntry(long timeEventTook, long timeEventOccurred)
           
 
Method Summary
 long getTimeEventOccurred()
           
 long getTimeEventTook()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTimer.HistoryEntry

public MethodTimer.HistoryEntry(long timeEventTook)

MethodTimer.HistoryEntry

public MethodTimer.HistoryEntry(long timeEventTook,
                                long timeEventOccurred)
Method Detail

getTimeEventOccurred

public long getTimeEventOccurred()

getTimeEventTook

public long getTimeEventTook()