The filter allows you for filter classes by name. A dot at the begin or end of the string is a wildcard. Two dots is the dot itself. The result pane has a main and a detail view, which are connected by hyperlinks.
Main views are
Memory Usage
Growing Classes
References
Method Timing
Detail views are
Memory History
Heap Usage
Method Timing
| Column Name | Description |
|---|---|
| CurrSize | actual number of allocated bytes since start of the monitor |
| Name | name of the class |
| Filter | filter classes by name using wildcards |
| Column Name | Description |
|---|---|
| NrGC | Counter for GCs |
| Total | Actual number of bytes |
| Allocated | Allocated since last GC |
| Deallocated | Deallocated in last GC |
The values of this view differ with different profiler settings
| Column Name | Description |
|---|---|
| HeapCount | Number of objects of this kind |
| HeapSize | Size of all objects of this kind |
| Name | Name of the class |
| Column Name | Description |
|---|---|
| CPU | Cummulated CPU time for all calls to this method |
| Elapsed | Cummulated elapsed time for all calls to this method |
| Name | Name of the method |