java.lang.Object
org.sosy_lab.java_smt.delegate.statistics.TimerPool

public class TimerPool extends Object
  • Constructor Details

    • TimerPool

      public TimerPool()
  • Method Details

    • getNewTimer

      public TimerPool.TimerWrapper getNewTimer()
    • getSumTime

      public TimeSpan getSumTime()
    • getMaxTime

      public TimeSpan getMaxTime()
      Return the maximal time of all intervals. If timers are running, the current intervals are also counted (up to the current time). If no timer was started, this method returns 0.
    • getNumberOfIntervals

      public int getNumberOfIntervals()
      Return the number of intervals. If timers are running, the current intervals are also counted. If no timer was started, this method returns 0.
    • toString

      public String toString()
      Overrides:
      toString in class Object