![]() Previous |
![]() Next |
The Top Growers panel contains a table that lists classes whose number of instances increased the most between the first and last snapshot of the Java heap (that is, these classes have been instantiated very often). This table contains the following columns:
Class: The name of the class.
Instance Increase: The increase in the number of instances of the class on the heap.
Size Increase: The increase in the total size of instances.
To filter the table entries, select the column on which you want to filter and then specify the filtering string. You can use wildcards in the filtering string and specify a regular expression by prepending it with regexp:
. If the table contains numeric values, you can specify a logical expression using the comparison operators (<
, <=
, >
, >=
), the AND operator (&&
), and the OR operator (||
).
For information about working with tables, see Working with Tables.