Uses of Class
nzilbb.util.Timers
-
Packages that use Timers Package Description nzilbb.ag Implementation of an Annotation Graph API for linguistic annotations.nzilbb.util Utility classes for IO, program execution, ISO language code handling, etc. -
-
Uses of Timers in nzilbb.ag
Methods in nzilbb.ag that return Timers Modifier and Type Method Description TimersGraph. getTimers()Getter forGraph.timers: Timers for debugging and optimization.Methods in nzilbb.ag with parameters of type Timers Modifier and Type Method Description GraphGraph. setTimers(Timers newTimers)Setter forGraph.timers. -
Uses of Timers in nzilbb.util
Methods in nzilbb.util that return Timers Modifier and Type Method Description TimersTimers. setRunningTimers(LinkedHashMap<String,Long> newRunningTimers)Setter forrunningTimers: Currently running timers - a map of IDs to start times.TimersTimers. setTotals(LinkedHashMap<String,Long> newTotals)Setter fortotals: Timer totals - a map of IDs to total run times.
-