Pop-up Menu for Source View

To access the pop-up menu select a single code line, a range of source code/disassembly code, or a column, and right-click to open the pop-up menu. See Demo: Source View Pop-up Menu for a short demo showing how to use some of the pop-up menu items.

These are the pop-up menu options available for source view.

Command

Description

View

Click to choose the code format to view the data in. Choose between source code only, mixed source with disassembly, and disassembly only.

Mixing Mode

Click to choose between the different mixed modes available. See Mixed Source Code and Disassembly Code for more information.

View Events As

Click to choose your preferred format for event data. See Data Presentation for more information on the different options.

View Address as

Click to choose your preferred format for the address column. See Data Presentation for more information on the different options.

Hide Column

Click to hide the current column. This option is not available for the source column. To show hidden columns, click Show All Columns.

Show All Columns

Click to show all columns. This enables viewing all columns previously hidden.

Column Layout

Click to hide or show columns, change their order on the screen, or change the number display format.

Copy

Click to copy the current selection to the clipboard.

Select All

Click to select all lines in the current source file.

Filter Processes and Threads...

Click to filter the data for a specific process or thread. This option is only available when you right-click on a dynamic data column.

Change Processor

Click to choose a different processor for static assembly analysis.

Function Summary

Click to hide or show the function summary pane.

Static Data

Click to hide or show the static data columns on the left side of the source column.

Dynamic Data

Click to hide or show the columns on the right side of the source column. These columns show dynamic data, in addition to some static data such as the penalty and warning names and micro-ops.

Collapse / Expand All

Allows Collapse / Expand all mixing code in Extended visualization mode.

Go To

Click to navigate to different code sections, penalties, sampling or call graph views.

Show

Click to show or hide the Summary Pane or the Static Data columns.

Instruction Reference

Click to view the help on the selected disassembly command.

Get Tuning Advice

Click to view the tuning advice on the selected code or range of code.

What's This Column

Click to view a short description of the current column.

Related Topics