Uses of Class
org.wikidata.wdtk.util.Timer
-
Uses of Timer in org.wikidata.wdtk.util
Modifier and TypeMethodDescriptionstatic Timer
Timer.getNamedTimer
(String timerName) Get a timer of the given string name that takes all possible times (todos) for the current thread.static Timer
Timer.getNamedTimer
(String timerName, int todoFlags) Get a timer of the given string name and todos for the current thread.static Timer
Timer.getNamedTimer
(String timerName, int todoFlags, long threadId) Get a timer of the given string name for the given thread.static Timer
Timer.getNamedTotalTimer
(String timerName) Collect the total times measured by all known named timers of the given name.