final class com.sun.javafx.tk.quantum.PerformanceTrackerImpl extends com.sun.javafx.perf.PerformanceTracker
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.javafx.tk.quantum.PerformanceTrackerImpl
super_class: com.sun.javafx.perf.PerformanceTracker
{
final com.sun.javafx.tk.quantum.PerformanceTrackerHelper helper;
descriptor: Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
flags: (0x0010) ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
0: .line 38
aload 0 /* this */
invokespecial com.sun.javafx.perf.PerformanceTracker.<init>:()V
1: .line 35
aload 0 /* this */
2: .line 36
invokestatic com.sun.javafx.tk.quantum.PerformanceTrackerHelper.getInstance:()Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
putfield com.sun.javafx.tk.quantum.PerformanceTrackerImpl.helper:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
3: .line 39
aload 0 /* this */
aload 0 /* this */
getfield com.sun.javafx.tk.quantum.PerformanceTrackerImpl.helper:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
invokevirtual com.sun.javafx.tk.quantum.PerformanceTrackerHelper.isPerfLoggingEnabled:()Z
invokevirtual com.sun.javafx.tk.quantum.PerformanceTrackerImpl.setPerfLoggingEnabled:(Z)V
4: .line 40
return
end local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/javafx/tk/quantum/PerformanceTrackerImpl;
public void doLogEvent(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
start local 1 // java.lang.String s
0: .line 43
aload 0 /* this */
getfield com.sun.javafx.tk.quantum.PerformanceTrackerImpl.helper:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
aload 1 /* s */
invokevirtual com.sun.javafx.tk.quantum.PerformanceTrackerHelper.logEvent:(Ljava/lang/String;)V
1: .line 44
return
end local 1 // java.lang.String s
end local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/tk/quantum/PerformanceTrackerImpl;
0 2 1 s Ljava/lang/String;
MethodParameters:
Name Flags
s
public void doOutputLog();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
0: .line 47
aload 0 /* this */
getfield com.sun.javafx.tk.quantum.PerformanceTrackerImpl.helper:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
invokevirtual com.sun.javafx.tk.quantum.PerformanceTrackerHelper.outputLog:()V
1: .line 48
return
end local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/tk/quantum/PerformanceTrackerImpl;
public long nanoTime();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
0: .line 51
aload 0 /* this */
getfield com.sun.javafx.tk.quantum.PerformanceTrackerImpl.helper:Lcom/sun/javafx/tk/quantum/PerformanceTrackerHelper;
invokevirtual com.sun.javafx.tk.quantum.PerformanceTrackerHelper.nanoTime:()J
lreturn
end local 0 // com.sun.javafx.tk.quantum.PerformanceTrackerImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/tk/quantum/PerformanceTrackerImpl;
}
SourceFile: "PerformanceTrackerImpl.java"