Uses of Class
org.sormula.operation.monitor.ElapsedTime

Packages that use ElapsedTime
org.sormula.operation.monitor Classes for recording and reporting execution times. 
 

Uses of ElapsedTime in org.sormula.operation.monitor
 

Methods in org.sormula.operation.monitor that return ElapsedTime
 ElapsedTime OperationTime.getExecuteTime()
           
 ElapsedTime ElapsedTime.getParent()
           
 ElapsedTime OperationTime.getPrepareTime()
           
 ElapsedTime OperationTime.getReadTime()
           
 ElapsedTime ElapsedTime.getTotal()
           
 ElapsedTime OperationTime.getTotalTime()
           
 ElapsedTime OperationTime.getWriteTime()
           
 

Methods in org.sormula.operation.monitor with parameters of type ElapsedTime
protected  java.lang.String OperationTime.format(ElapsedTime et)
          Formats an ElapsedTime into a standard format.
protected  void OperationTime.start(ElapsedTime et)
          Starts recording an elapsed time.
 

Constructors in org.sormula.operation.monitor with parameters of type ElapsedTime
ElapsedTime(java.lang.String name, ElapsedTime total, ElapsedTime parent)
          Constructs for name, total, and parent.