Monitor Result Tab

 Introduction

The result tab shows information according to the selection in the Settings tab.

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 

Detail views are

 Views Description

 Memory Usage

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

 Memory History

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

 Heap Usage

 
Column Name Description
HeapCount Number of objects of this kind
HeapSize Size of all objects of this kind
Name Name of the class

 Method Execution

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

 

 Related Links