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 Details

    • LapTimeStatistics

      public LapTimeStatistics(LapTimer lapTimer)
    • LapTimeStatistics

      public LapTimeStatistics(String label)
  • Method Details

    • getCount

      public int getCount()
    • getTotalTime

      public EventTime getTotalTime()
    • getLabel

      public String getLabel()
    • add

      public void add(LapTimer lapTimer)
    • getLapTimes

      public EventTime[] getLapTimes()