Call Graph Highlighting Categories (Memory Profiling)

Related Topics

Purify uses the following categories to highlight significant or interesting methods in the Call Graph.

This criterion

Highlights

Top 10: Calls

The top ten methods in number of calls

Top 10: Current method bytes allocated

The top ten methods in current method bytes

Top 10: Total method bytes allocated

The top ten methods in total method bytes allocated during the run

Top 10: Number of Objects

The top ten methods in number of objects currently allocated

Top 10: M+D bytes

The top ten methods in total method + descendants (M+D) bytes allocated during the run

Top 10: Avg M bytes

The top ten methods in average method bytes allocated per call

Top 10: Min M bytes

The top ten methods in minimum method bytes allocated per call

Top 10: Max M bytes

The top ten methods in maximum method bytes allocated per call

Node: All Descendants

All descendants of the selected method

Node: Immediate Descendants

All immediate descendants of the selected method

Node: All Callers

All callers of the selected method

Node: Immediate Callers

All immediate callers of the selected method

Node: Maximum Path to Root

The most memory-hungry path by method + descendants (M+D) bytes from the selected method to .Root.

Methods with Source

Methods for which source code is available

Methods with Hidden Methods

Methods whose method + descendants (M+D) bytes includes memory data from hidden methods

Notes:

§      To clear the current highlighting, select None.

§      Methods with Source and Top 10 categories are not available for Diff runs.

(C) Copyright IBM Corporation 1992, 2010.