abstract class org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper
  super_class: java.lang.Object
{
  protected final java.io.PrintStream out;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public static org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper getDumper(org.graalvm.compiler.options.OptionValues, java.io.PrintStream, int, double, int);
    descriptor: (Lorg/graalvm/compiler/options/OptionValues;Ljava/io/PrintStream;IDI)Lorg/graalvm/compiler/hotspot/debug/BenchmarkCounters$Dumper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.graalvm.compiler.options.OptionValues options
        start local 1 // java.io.PrintStream out
        start local 2 // int counterSize
        start local 3 // double second
        start local 5 // int maxRows
         0: .line 204
            aload 0 /* options */
            invokestatic org.graalvm.compiler.hotspot.debug.BenchmarkCounters.shouldDumpComputerReadable:(Lorg/graalvm/compiler/options/OptionValues;)Z
            ifeq 1
            new org.graalvm.compiler.hotspot.debug.BenchmarkCounters$ComputerReadableDumper
            dup
            aload 1 /* out */
            invokespecial org.graalvm.compiler.hotspot.debug.BenchmarkCounters$ComputerReadableDumper.<init>:(Ljava/io/PrintStream;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.graalvm.compiler.hotspot.debug.BenchmarkCounters$HumanReadableDumper
            dup
            aload 1 /* out */
            dload 3 /* second */
            iload 5 /* maxRows */
            invokespecial org.graalvm.compiler.hotspot.debug.BenchmarkCounters$HumanReadableDumper.<init>:(Ljava/io/PrintStream;DI)V
      StackMap locals:
      StackMap stack: org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper
         2: astore 6 /* dumper */
        start local 6 // org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper dumper
         3: .line 205
            aload 6 /* dumper */
            iload 2 /* counterSize */
            invokevirtual org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper.start:(I)V
         4: .line 206
            aload 6 /* dumper */
            areturn
        end local 6 // org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper dumper
        end local 5 // int maxRows
        end local 3 // double second
        end local 2 // int counterSize
        end local 1 // java.io.PrintStream out
        end local 0 // org.graalvm.compiler.options.OptionValues options
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0      options  Lorg/graalvm/compiler/options/OptionValues;
            0    5     1          out  Ljava/io/PrintStream;
            0    5     2  counterSize  I
            0    5     3       second  D
            0    5     5      maxRows  I
            3    5     6       dumper  Lorg/graalvm/compiler/hotspot/debug/BenchmarkCounters$Dumper;
    MethodParameters:
             Name  Flags
      options      
      out          
      counterSize  
      second       
      maxRows      

  private void <init>(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper this
        start local 1 // java.io.PrintStream out
         0: .line 211
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 212
            aload 0 /* this */
            aload 1 /* out */
            putfield org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper.out:Ljava/io/PrintStream;
         2: .line 213
            return
        end local 1 // java.io.PrintStream out
        end local 0 // org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/debug/BenchmarkCounters$Dumper;
            0    3     1   out  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      out   

  protected abstract void start(int);
    descriptor: (I)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      size  

  public abstract void dumpCounters(boolean, java.lang.String, long[], java.util.Set<java.util.Map$Entry<java.lang.String, org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Counter>>, org.graalvm.compiler.options.OptionValues);
    descriptor: (ZLjava/lang/String;[JLjava/util/Set;Lorg/graalvm/compiler/options/OptionValues;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ZLjava/lang/String;[JLjava/util/Set<Ljava/util/Map$Entry<Ljava/lang/String;Lorg/graalvm/compiler/hotspot/debug/BenchmarkCounters$Counter;>;>;Lorg/graalvm/compiler/options/OptionValues;)V
    MethodParameters:
                 Name  Flags
      staticCounter    
      group            
      array            
      counterEntrySet  
      options          

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "BenchmarkCounters.java"
NestHost: org.graalvm.compiler.hotspot.debug.BenchmarkCounters
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private ComputerReadableDumper = org.graalvm.compiler.hotspot.debug.BenchmarkCounters$ComputerReadableDumper of org.graalvm.compiler.hotspot.debug.BenchmarkCounters
  private Counter = org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Counter of org.graalvm.compiler.hotspot.debug.BenchmarkCounters
  private abstract Dumper = org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper of org.graalvm.compiler.hotspot.debug.BenchmarkCounters
  private HumanReadableDumper = org.graalvm.compiler.hotspot.debug.BenchmarkCounters$HumanReadableDumper of org.graalvm.compiler.hotspot.debug.BenchmarkCounters