org.openarchitectureware.util
Class ProfileCollector.ProfileEntry

java.lang.Object
  extended by org.openarchitectureware.util.ProfileCollector.ProfileEntry
Enclosing class:
ProfileCollector

public static class ProfileCollector.ProfileEntry
extends java.lang.Object


Constructor Summary
ProfileCollector.ProfileEntry(java.lang.String contextName, long grossDuration, long netDuration)
           
 
Method Summary
 java.lang.String getContextName()
           
 long getMaxTimeGross()
           
 long getMaxTimeNet()
           
 long getMinTimeGross()
           
 long getMinTimeNet()
           
 int getNumCalls()
           
 long getTotalTimeGross()
           
 long getTotalTimeNet()
           
 void registerCall(long grossDuration, long netDuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileCollector.ProfileEntry

public ProfileCollector.ProfileEntry(java.lang.String contextName,
                                     long grossDuration,
                                     long netDuration)
Method Detail

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()