public class io.ebeaninternal.server.transaction.TransactionProfile$Summary
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.transaction.TransactionProfile$Summary
  super_class: java.lang.Object
{
  public long queryMicros;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long queryCount;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long queryBeans;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long queryMax;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long persistMicros;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long persistCount;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long persistBeans;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long persistOneCount;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long commitMicros;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.transaction.TransactionProfile$Summary this
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.transaction.TransactionProfile$Summary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/transaction/TransactionProfile$Summary;

  void addPersist(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.transaction.TransactionProfile$Summary this
        start local 1 // long micros
        start local 3 // int beanCount
         0: .line 100
            aload 0 /* this */
            dup
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistMicros:J
            lload 1 /* micros */
            ladd
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistMicros:J
         1: .line 101
            aload 0 /* this */
            dup
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistBeans:J
            iload 3 /* beanCount */
            i2l
            ladd
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistBeans:J
         2: .line 102
            aload 0 /* this */
            dup
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistCount:J
            lconst_1
            ladd
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistCount:J
         3: .line 104
            iload 3 /* beanCount */
            iconst_1
            if_icmpne 5
         4: .line 105
            aload 0 /* this */
            dup
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistOneCount:J
            lconst_1
            ladd
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.persistOneCount:J
         5: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int beanCount
        end local 1 // long micros
        end local 0 // io.ebeaninternal.server.transaction.TransactionProfile$Summary this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/ebeaninternal/server/transaction/TransactionProfile$Summary;
            0    6     1     micros  J
            0    6     3  beanCount  I
    MethodParameters:
           Name  Flags
      micros     
      beanCount  

  void addQuery(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.transaction.TransactionProfile$Summary this
        start local 1 // long micros
        start local 3 // int beanCount
         0: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryMax:J
            lload 1 /* micros */
            invokestatic java.lang.Math.max:(JJ)J
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryMax:J
         1: .line 111
            aload 0 /* this */
            dup
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryMicros:J
            lload 1 /* micros */
            ladd
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryMicros:J
         2: .line 112
            aload 0 /* this */
            dup
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryBeans:J
            iload 3 /* beanCount */
            i2l
            ladd
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryBeans:J
         3: .line 113
            aload 0 /* this */
            dup
            getfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryCount:J
            lconst_1
            ladd
            putfield io.ebeaninternal.server.transaction.TransactionProfile$Summary.queryCount:J
         4: .line 114
            return
        end local 3 // int beanCount
        end local 1 // long micros
        end local 0 // io.ebeaninternal.server.transaction.TransactionProfile$Summary this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/ebeaninternal/server/transaction/TransactionProfile$Summary;
            0    5     1     micros  J
            0    5     3  beanCount  I
    MethodParameters:
           Name  Flags
      micros     
      beanCount  
}
SourceFile: "TransactionProfile.java"
NestHost: io.ebeaninternal.server.transaction.TransactionProfile
InnerClasses:
  public Summary = io.ebeaninternal.server.transaction.TransactionProfile$Summary of io.ebeaninternal.server.transaction.TransactionProfile