Package com.spun.util.timers
Class LapTimeStatistics
java.lang.Object
com.spun.util.timers.LapTimeStatistics
public class LapTimeStatistics extends Object
A Utility for timing things. this is multi-thread safe.
-
Constructor Summary
Constructors Constructor Description LapTimeStatistics(LapTimer lapTimer)LapTimeStatistics(String label) -
Method Summary
Modifier and Type Method Description voidadd(LapTimer lapTimer)intgetCount()StringgetLabel()EventTime[]getLapTimes()EventTimegetTotalTime()
-
Constructor Details
-
LapTimeStatistics
-
LapTimeStatistics
-
-
Method Details
-
getCount
public int getCount() -
getTotalTime
-
getLabel
-
add
-
getLapTimes
-