![]() Previous |
![]() Next |
From the Trend tab, start analyzing your application. The types with the highest growth in bytes per second are marked red (darkest) in the Trend Analysis table and they are listed at the top of the table. For each update, the list might change according to the current object allocation and garbage collection rates.
Table: Trend Tab Default Columns explains what each column in the Trend tab displays.
Trend Tab Default Columns
| Column | Displays |
|---|---|
|
Type |
The class name. The icon indicates if this is an array type and if it is a type joined from more than one loaded class. |
|
Growth Rate |
The increase in amount of memory (in bytes) used by all objects of this type, per second. |
|
% of Heap |
How much of the Java heap is occupied by objects of this type, measured in percentages of the entire heap. |
|
Size |
The amount of memory (in bytes) used by all objects of this type. |
|
Instances |
The number of live objects of this type that currently exist. |