Uses of Class
org.cip4.jdflib.util.CPUTimer

Packages that use CPUTimer
org.cip4.jdflib.util   
 

Uses of CPUTimer in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that return CPUTimer
 CPUTimer CPUTimer.CPUTimerFactory.getCreateCurrentTimer(String id)
          get the CPUTimer for a given ID for this thread, create it if it does not yet exist the timer is in paused mode
 CPUTimer CPUTimer.CPUTimerFactory.getCurrentTimer(String id)
          get the CPUTimer for a given ID for this thread the timer is in paused mode
 CPUTimer CPUTimer.CPUTimerFactory.getGlobalTimer(String id)
          get the summary of all matching timers over all threads
 

Methods in org.cip4.jdflib.util that return types with arguments of type CPUTimer
 Vector<CPUTimer> CPUTimer.CPUTimerFactory.getTimers(String id)
          get all timers for all threads for a given id
 

Methods in org.cip4.jdflib.util with parameters of type CPUTimer
 void CPUTimer.add(CPUTimer timer)
          add a timer to this
 



Copyright © 2013. All Rights Reserved.