final class io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric implements io.netty.buffer.ByteBufAllocatorMetric
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric
  super_class: java.lang.Object
{
  final io.netty.util.internal.LongCounter directCounter;
    descriptor: Lio/netty/util/internal/LongCounter;
    flags: (0x0010) ACC_FINAL

  final io.netty.util.internal.LongCounter heapCounter;
    descriptor: Lio/netty/util/internal/LongCounter;
    flags: (0x0010) ACC_FINAL

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
         0: .line 249
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 250
            aload 0 /* this */
            invokestatic io.netty.util.internal.PlatformDependent.newLongCounter:()Lio/netty/util/internal/LongCounter;
            putfield io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.directCounter:Lio/netty/util/internal/LongCounter;
         2: .line 251
            aload 0 /* this */
            invokestatic io.netty.util.internal.PlatformDependent.newLongCounter:()Lio/netty/util/internal/LongCounter;
            putfield io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.heapCounter:Lio/netty/util/internal/LongCounter;
         3: .line 249
            return
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/buffer/UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric;

  public long usedHeapMemory();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
         0: .line 255
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.heapCounter:Lio/netty/util/internal/LongCounter;
            invokeinterface io.netty.util.internal.LongCounter.value:()J
            lreturn
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric;

  public long usedDirectMemory();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
         0: .line 260
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.directCounter:Lio/netty/util/internal/LongCounter;
            invokeinterface io.netty.util.internal.LongCounter.value:()J
            lreturn
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/buffer/UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
         0: .line 265
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 266
            ldc "(usedHeapMemory: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.usedHeapMemory:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "; usedDirectMemory: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.usedDirectMemory:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         2: .line 265
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/buffer/UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric;
}
SourceFile: "UnpooledByteBufAllocator.java"
NestHost: io.netty.buffer.UnpooledByteBufAllocator
InnerClasses:
  private final UnpooledByteBufAllocatorMetric = io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric of io.netty.buffer.UnpooledByteBufAllocator