Exploring Memory Analysis Views > Exploring the Call Traces View >  Interacting with the Call Traces View  

Interacting with the Call Traces View

The following table summarizes the tasks that you can perform:

Task

Action

Response

Investigate instances allocated by a method

Select a method and click the Instance Detail view toolbar button.

The Instance Detail view opens to display the instances allocated by the method.

Expand the tree to show multiple paths

Right-click a node and choose Expand to Next Decision Point.

The node expands to show more than one branch.

View the source code for an allocating method

Right-click a method and choose Show Allocated At Source.

Note If this menu item is disabled, you do not have access to the source code for this class.

The Source view opens with the source code displayed.You may be prompted to locate the source code file.

Show/hide table columns

Right-click and choose Show/Hide Columns. Choose the columns to show and click OK.

The selected columns are displayed. The rest are hidden.

Resize column widths

• To set the width, drag the edge of the column heading left or right.

• To see all data in a column, right-click in the column and select Size <column name> to Fit.

• To fit all columns in the viewing area, right-click and select Size All to Fit.

The columns are resized.

Rearrange columns

Drag a column by its heading and drop it in a new location.

The column appears in its new location.

Sort the table by a metric

Click the column heading for the metric.

The table is sorted. To reverse the sort order, click the heading again.

Export the table to CSV

Right-click in the table and select Export to CSV. Type a file name and click Save.

The file contains the table data separated by a CSV delimiter. It may also contain headers.