Class AnnotationConfiguration.TimeStatistic

  • Enclosing class:
    AnnotationConfiguration

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

      Fields 
      Modifier and Type Field Description
      long _end  
      long _start  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeStatistic()  
    • 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()