org.openarchitectureware.util
Class ProfileCollector.ProfileEntry
java.lang.Object
org.openarchitectureware.util.ProfileCollector.ProfileEntry
- Enclosing class:
- ProfileCollector
public static class ProfileCollector.ProfileEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileCollector.ProfileEntry
public ProfileCollector.ProfileEntry(java.lang.String contextName,
long grossDuration,
long netDuration)
registerCall
public void registerCall(long grossDuration,
long netDuration)
getContextName
public java.lang.String getContextName()
getMaxTimeGross
public long getMaxTimeGross()
getMaxTimeNet
public long getMaxTimeNet()
getMinTimeGross
public long getMinTimeGross()
getMinTimeNet
public long getMinTimeNet()
getNumCalls
public int getNumCalls()
getTotalTimeGross
public long getTotalTimeGross()
getTotalTimeNet
public long getTotalTimeNet()