com.waveset.util
Class MethodTimer.HistoryEntry
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodTimer.HistoryEntry
public MethodTimer.HistoryEntry(long timeEventTook)
MethodTimer.HistoryEntry
public MethodTimer.HistoryEntry(long timeEventTook,
long timeEventOccurred)
getTimeEventOccurred
public long getTimeEventOccurred()
getTimeEventTook
public long getTimeEventTook()