public interface org.jboss.resteasy.spi.statistics.MethodStatisticsLogger
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.spi.statistics.MethodStatisticsLogger
  super_class: java.lang.Object
{
  public long timestamp();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
         0: .line 12
            lconst_0
            lreturn
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;

  public void duration(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
        start local 1 // long fromTimestamp
         0: .line 21
            return
        end local 1 // long fromTimestamp
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;
            0    1     1  fromTimestamp  J
    MethodParameters:
               Name  Flags
      fromTimestamp  final

  public void incFailureCnt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
         0: .line 28
            return
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
         0: .line 35
            return
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;

  public long getInvocationCnt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
         0: .line 37
            ldc -1
            lreturn
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;

  public long getFailedInvocationCnt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
         0: .line 38
            ldc -1
            lreturn
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;

  public long getAvgExecutionTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
         0: .line 39
            ldc -1
            lreturn
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;

  public long getTotalExecutionTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
         0: .line 40
            ldc -1
            lreturn
        end local 0 // org.jboss.resteasy.spi.statistics.MethodStatisticsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;
}
SourceFile: "MethodStatisticsLogger.java"