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