public interface org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter
super_class: java.lang.Object
{
public static boolean methodMetricsDumpingEnabled();
descriptor: ()Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: .line 55
getstatic org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options.MethodMeterPrintAscii:Lorg/graalvm/compiler/options/OptionValue;
invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
ifne 1
getstatic org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options.MethodMeterFile:Lorg/graalvm/compiler/options/OptionValue;
invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
ifnonnull 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
LocalVariableTable:
Start End Slot Name Signature
public abstract void printMethodMetrics(java.util.Collection<org.graalvm.compiler.debug.DebugMethodMetrics>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugMethodMetrics;>;)V
MethodParameters:
Name Flags
metrics
}
SourceFile: "MethodMetricsPrinter.java"
NestMembers:
org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$MethodMetricsASCIIPrinter org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$MethodMetricsCSVFilePrinter org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$MethodMetricsCompositePrinter org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options
InnerClasses:
public MethodMetricsASCIIPrinter = org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$MethodMetricsASCIIPrinter of org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter
public MethodMetricsCSVFilePrinter = org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$MethodMetricsCSVFilePrinter of org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter
public MethodMetricsCompositePrinter = org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$MethodMetricsCompositePrinter of org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter
public Options = org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter$Options of org.graalvm.compiler.debug.internal.method.MethodMetricsPrinter