We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e979c1 commit cedb6e9Copy full SHA for cedb6e9
README
@@ -106,6 +106,8 @@ Summary
106
107
- Footprint:
108
o Maximal amount of memory allocated
109
+- Max heap after full gc:
110
+ o Max used heap after full gc. Indicates max live object size and can help to determine heap size.
111
- Freed Memory:
112
o Total amount of memory that has been freed
113
- Freed Mem/Min:
@@ -136,6 +138,8 @@ Memory
136
138
o Max memory usage / allocation in young space
137
139
- Perm heap (usage / alloc max):
140
o Max memory usage / allocation in perm space
141
142
+ o see in "summary" section
143
- Avg after full GC:
144
o The average heap memory consumption after a full collection
145
- Avg after GC:
0 commit comments