Class TimeAccumulator


  • public class TimeAccumulator
    extends java.lang.Object
    Sums time samples together. Used for tracking the time elapsed of a set of code blocks.
    • Constructor Detail

      • TimeAccumulator

        public TimeAccumulator()
    • Method Detail

      • beginSample

        public void beginSample()
      • endSample

        public void endSample()
      • getElapsedTimeMs

        public long getElapsedTimeMs()