Use the Performance Call Graph Analysis page to select options for the Performance Call Graph Analysis profiling type.
To open the Performance Call Graph Analysis page, open the Profiling and Logging perspective. From the main menu, click Execution History - Performance Call Graph profiling set and click Edit and then Next.
, and select or create a profiling configuration. On the Profiling page for the configuration, select theThe following table describes the options you can select for the Performance Call Graph Analysis profiling type:
Option | Description | Default |
---|---|---|
Collect method CPU time information | Allows you to specify whether to collect data about the time that methods spend in the CPU. | Off |
Collect boundary classes excluded by the filter | Allows you to specify whether to collect data for boundary classes excluded by the filter. This can be useful for detailed trace analysis. A boundary class is one that calls into a class that is included in the data set. So, if myclass is included and mypgm calls myclass, but is filtered out, then mypgm is a boundary class. | On |
Boundary class depth | Allows you to specify the depth of the boundary classes to include. | 1 |