Class TimerPool
java.lang.Object
org.sosy_lab.java_smt.delegate.statistics.TimerPool
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA minimal wrapper to keep a reference on the timer and provide a limited view. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the maximal time of all intervals.intReturn the number of intervals.toString()
-
Constructor Details
-
TimerPool
public TimerPool()
-
-
Method Details
-
getNewTimer
-
getSumTime
-
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
-