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 start local 1 start local 2 start local 3 start local 5 0: aload 0
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
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
dload 3
iload 5
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
start local 6 3: aload 6
iload 2
invokevirtual org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper.start:(I)V
4: aload 6
areturn
end local 6 end local 5 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.graalvm.compiler.hotspot.debug.BenchmarkCounters$Dumper.out:Ljava/io/PrintStream;
2: return
end local 1 end local 0 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