Class AnnotationConfiguration.TimeStatistic

  • Enclosing class:
    AnnotationConfiguration

    public class AnnotationConfiguration.TimeStatistic
    extends Object
    TimeStatistic Simple class to capture elapsed time of an operation.
    • Field Detail

      • _start

        public long _start
      • _end

        public long _end
    • Constructor Detail

      • TimeStatistic

        public TimeStatistic()
    • Method Detail

      • start

        public void start()
      • end

        public void end()
      • getStart

        public long getStart()
      • getEnd

        public long getEnd()
      • getElapsed

        public long getElapsed()