@@ -64,13 +64,15 @@ It is a comma-separated list of name=val pairs setting these named variables:
64
64
Currently, it is:
65
65
gc # @#s #%: #+#+# ms clock, #+#/#/#+# ms cpu, #->#-># MB, # MB goal, # P
66
66
where the fields are as follows:
67
- gc # the GC number, incremented at each GC
68
- @#s time in seconds since program start
69
- #% percentage of time spent in GC since program start
70
- #+...+# wall-clock/CPU times for the phases of the GC
71
- #->#-># MB heap size at GC start, at GC end, and live heap
72
- # MB goal goal heap size
73
- # P number of processors used
67
+ gc # the GC number, incremented at each GC
68
+ @#s time in seconds since program start
69
+ #% percentage of time spent in GC since program start
70
+ #+...+# wall-clock/CPU times for the phases of the GC
71
+ #->#-># MB heap size at GC start, at GC end, and live heap
72
+ # MB goal goal heap size
73
+ # MB stacks estimated scannable stack size
74
+ # MB globals scannable global size
75
+ # P number of processors used
74
76
The phases are stop-the-world (STW) sweep termination, concurrent
75
77
mark and scan, and STW mark termination. The CPU times
76
78
for mark/scan are broken down in to assist time (GC performed in
0 commit comments