public final class com.oracle.truffle.tools.profiler.CPUTracer$Payload
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.CPUTracer$Payload
  super_class: java.lang.Object
{
  private final com.oracle.truffle.tools.profiler.StackTraceEntry location;
    descriptor: Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long countInterpreted;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long countCompiled;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.oracle.truffle.tools.profiler.StackTraceEntry);
    descriptor: (Lcom/oracle/truffle/tools/profiler/StackTraceEntry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
        start local 1 // com.oracle.truffle.tools.profiler.StackTraceEntry location
         0: .line 224
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 225
            aload 0 /* this */
            aload 1 /* location */
            putfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.location:Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
         2: .line 226
            return
        end local 1 // com.oracle.truffle.tools.profiler.StackTraceEntry location
        end local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/tools/profiler/CPUTracer$Payload;
            0    3     1  location  Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
    MethodParameters:
          Name  Flags
      location  

  public java.lang.String getRootName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
         0: .line 233
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.location:Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
            invokevirtual com.oracle.truffle.tools.profiler.StackTraceEntry.getRootName:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUTracer$Payload;

  public java.util.Set<java.lang.Class<?>> getTags();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
         0: .line 246
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.location:Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
            invokevirtual com.oracle.truffle.tools.profiler.StackTraceEntry.getTags:()Ljava/util/Set;
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUTracer$Payload;
    Signature: ()Ljava/util/Set<Ljava/lang/Class<*>;>;

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
         0: .line 254
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.location:Lcom/oracle/truffle/tools/profiler/StackTraceEntry;
            invokevirtual com.oracle.truffle.tools.profiler.StackTraceEntry.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUTracer$Payload;

  public long getCountCompiled();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
         0: .line 262
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.countCompiled:J
            lreturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUTracer$Payload;

  public long getCountInterpreted();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
         0: .line 270
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.countInterpreted:J
            lreturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUTracer$Payload;

  public long getCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
         0: .line 278
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.countCompiled:J
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.CPUTracer$Payload.countInterpreted:J
            ladd
            lreturn
        end local 0 // com.oracle.truffle.tools.profiler.CPUTracer$Payload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/CPUTracer$Payload;
}
SourceFile: "CPUTracer.java"
NestHost: com.oracle.truffle.tools.profiler.CPUTracer
InnerClasses:
  public final Payload = com.oracle.truffle.tools.profiler.CPUTracer$Payload of com.oracle.truffle.tools.profiler.CPUTracer