You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/global/ProfilingSessionStatus.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ public class ProfilingSessionStatus {
121
121
// Target machine maximum heap size returned by Runtime.maxMemory()
122
122
publiclongmaxHeapSize;
123
123
124
-
// Target machine statup time returned by Timers.getCurrentTimeInCounts()
124
+
// Target machine startup time returned by Timers.getCurrentTimeInCounts()
125
125
publiclongstartupTimeInCounts;
126
126
127
127
// Target machine startup time returned by System.currentTimeMillis()
0 commit comments