Uses of Class
org.semanticweb.elk.util.logging.ElkTimer

Uses of ElkTimer in org.semanticweb.elk.util.logging
 

Methods in org.semanticweb.elk.util.logging that return ElkTimer
static ElkTimer ElkTimer.getNamedTimer(String timerName)
          Get a timer of the given string name that takes all possible times (todos) for the current thread.
static ElkTimer ElkTimer.getNamedTimer(String timerName, int todoFlags)
          Get a timer of the given string name and todos for the current thread.
static ElkTimer ElkTimer.getNamedTimer(String timerName, int todoFlags, long threadId)
          Get a timer of the given string name for the given thread.
static ElkTimer ElkTimer.getNamedTotalTimer(String timerName)
          Collect the total times measured by all known named timers of the given name.
static ElkTimer ElkTimer.getTimerForCurrentThread(String name, int todoFlags)
           
 

Methods in org.semanticweb.elk.util.logging that return types with arguments of type ElkTimer
static Iterable<ElkTimer> ElkTimer.getNamedTimers()
          Returns all registered timers
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.