public class org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics extends org.glassfish.pfl.tf.timer.spi.Statistics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics
  super_class: org.glassfish.pfl.tf.timer.spi.Statistics
{
  final org.glassfish.gmbal.impl.TimerAnnotationHelper this$0;
    descriptor: Lorg/glassfish/gmbal/impl/TimerAnnotationHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.glassfish.gmbal.impl.TimerAnnotationHelper, long, double, double, double, double);
    descriptor: (Lorg/glassfish/gmbal/impl/TimerAnnotationHelper;JDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=12, args_size=7
        start local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
        start local 2 // long count
        start local 4 // double min
        start local 6 // double max
        start local 8 // double average
        start local 10 // double standardDeviation
         0: .line 102
            aload 0 /* this */
            aload 1
            putfield org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics.this$0:Lorg/glassfish/gmbal/impl/TimerAnnotationHelper;
         1: .line 103
            aload 0 /* this */
            lload 2 /* count */
            dload 4 /* min */
            dload 6 /* max */
            dload 8 /* average */
            dload 10 /* standardDeviation */
            invokespecial org.glassfish.pfl.tf.timer.spi.Statistics.<init>:(JDDDD)V
         2: .line 104
            return
        end local 10 // double standardDeviation
        end local 8 // double average
        end local 6 // double max
        end local 4 // double min
        end local 2 // long count
        end local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/glassfish/gmbal/impl/TimerAnnotationHelper$ManagedStatistics;
            0    3     2              count  J
            0    3     4                min  D
            0    3     6                max  D
            0    3     8            average  D
            0    3    10  standardDeviation  D
    MethodParameters:
                   Name  Flags
      this$0             final
      count              
      min                
      max                
      average            
      standardDeviation  

  public long count();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
         0: .line 109
            aload 0 /* this */
            invokespecial org.glassfish.pfl.tf.timer.spi.Statistics.count:()J
            lreturn
        end local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/impl/TimerAnnotationHelper$ManagedStatistics;
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "Total number of intervals recorded")

  public double min();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
         0: .line 114
            aload 0 /* this */
            invokespecial org.glassfish.pfl.tf.timer.spi.Statistics.min:()D
            dreturn
        end local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/impl/TimerAnnotationHelper$ManagedStatistics;
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "Minimum interval duration recorded")

  public double max();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
         0: .line 119
            aload 0 /* this */
            invokespecial org.glassfish.pfl.tf.timer.spi.Statistics.max:()D
            dreturn
        end local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/impl/TimerAnnotationHelper$ManagedStatistics;
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "Maximum interval duration recorded")

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
         0: .line 124
            aload 0 /* this */
            invokespecial org.glassfish.pfl.tf.timer.spi.Statistics.average:()D
            dreturn
        end local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/impl/TimerAnnotationHelper$ManagedStatistics;
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "Average interval duration recorded")

  public double standardDeviation();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
         0: .line 129
            aload 0 /* this */
            invokespecial org.glassfish.pfl.tf.timer.spi.Statistics.standardDeviation:()D
            dreturn
        end local 0 // org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/impl/TimerAnnotationHelper$ManagedStatistics;
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "Standard deviation of all durations recorded")
}
SourceFile: "TimerAnnotationHelper.java"
NestHost: org.glassfish.gmbal.impl.TimerAnnotationHelper
InnerClasses:
  public ManagedStatistics = org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedStatistics of org.glassfish.gmbal.impl.TimerAnnotationHelper
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedData()
      org.glassfish.gmbal.Description(value = "Statistics recorded for a series of time intervals")