class org.graalvm.compiler.debug.Debug$5 implements org.graalvm.compiler.debug.DebugTimer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.debug.Debug$5
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$5 this
         0: .line 1687
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.debug.Debug$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$5;

  public org.graalvm.compiler.debug.DebugCloseable start();
    descriptor: ()Lorg/graalvm/compiler/debug/DebugCloseable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$5 this
         0: .line 1691
            getstatic org.graalvm.compiler.debug.DebugCloseable.VOID_CLOSEABLE:Lorg/graalvm/compiler/debug/DebugCloseable;
            areturn
        end local 0 // org.graalvm.compiler.debug.Debug$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$5;

  public void setConditional(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.Debug$5 this
        start local 1 // boolean flag
         0: .line 1696
            new java.lang.InternalError
            dup
            ldc "Cannot make void timer conditional"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean flag
        end local 0 // org.graalvm.compiler.debug.Debug$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$5;
            0    1     1  flag  Z
    MethodParameters:
      Name  Flags
      flag  

  public boolean isConditional();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$5 this
         0: .line 1701
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$5;

  public long getCurrentValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$5 this
         0: .line 1706
            lconst_0
            lreturn
        end local 0 // org.graalvm.compiler.debug.Debug$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$5;

  public java.util.concurrent.TimeUnit getTimeUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$5 this
         0: .line 1711
            aconst_null
            areturn
        end local 0 // org.graalvm.compiler.debug.Debug$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$5;
}
SourceFile: "Debug.java"
EnclosingMethod: org.graalvm.compiler.debug.Debug
NestHost: org.graalvm.compiler.debug.Debug
InnerClasses:
  org.graalvm.compiler.debug.Debug$5