public class org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options
  super_class: java.lang.Object
{
  public static final org.graalvm.compiler.options.OptionValue<java.lang.Boolean> MethodMeterPrintAscii;
    descriptor: Lorg/graalvm/compiler/options/OptionValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/options/OptionValue<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = "Dump method metrics to stdout on shutdown.", type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)

  public static final org.graalvm.compiler.options.OptionValue<java.lang.String> MethodMeterFile;
    descriptor: Lorg/graalvm/compiler/options/OptionValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/options/OptionValue<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = "Dump method metrics to the given file in CSV format on shutdown.", type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 48
            new org.graalvm.compiler.options.OptionValue
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial org.graalvm.compiler.options.OptionValue.<init>:(Ljava/lang/Object;)V
            putstatic org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options.MethodMeterPrintAscii:Lorg/graalvm/compiler/options/OptionValue;
         1: .line 50
            new org.graalvm.compiler.options.OptionValue
            dup
            aconst_null
            invokespecial org.graalvm.compiler.options.OptionValue.<init>:(Ljava/lang/Object;)V
            putstatic org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options.MethodMeterFile:Lorg/graalvm/compiler/options/OptionValue;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/internal/method/MethodMetricsPrinter$Options;
}
SourceFile: "MethodMetricsPrinter.java"
NestHost: org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter
InnerClasses:
  public Options = org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options of org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter