Package | Description |
---|---|
org.cip4.jdflib.util |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Vector<CPUTimer> |
CPUTimer.CPUTimerFactory.getTimers(String id)
get all timers for all threads for a given id
|
Modifier and Type | Method and Description |
---|---|
void |
CPUTimer.add(CPUTimer timer)
add a timer to this
|
Copyright © 2018. All rights reserved.