Window: Memory Access Patterns Source

Details View Pane

Use this pane at the bottom right of the Memory Access Patterns Source window to examine details for a selected site.

Source View Pane

Middle of Memory Access Patterns Source window

Controls

Use This

To Do This

Source lines

To navigate to related source lines.

Double-click a source line

To open your code editor to the corresponding source file. The editor allows you to add annotations to your code (right-click to open the context menu).

  • On Windows* OS:
    • When using Microsoft Visual Studio*, the Visual Studio code editor appears with the file open at the corresponding location.

      Note

      In Visual Studio* 2022, Intel Advisor provides lightweight integration. You can configure and compile your application and open the standalone Intel Advisor interface from the Visual Studio for further analysis. All your settings will be inherited by the standalone Intel Advisor project.
    • When using the Intel® Advisor GUI, the file type association (or Open With dialog box) determines the editor used.
  • On Linux* OS: When using the Intel Advisor GUI, the editor defined by the Options > Editor dialog box appears with the file open at the corresponding location.

Select multiple source lines

To view the accumulated details in the Details View pane.

Right click a source line or multiple source lines

Display a context menu to: open your code editor to the corresponding source line, copy the selected source line(s) to the clipboard, or display context-sensitive help relevant to the selected loop or function.

Assembly View Pane

Use this pane at the bottom of the Memory Access Patterns Source window to view assembly representation of your code.

Controls

Use This

To Do This

Source lines

You can navigate to related source lines or explore assembly representation of the code by using the Call Stack with Loops pane.

Select multiple source lines

To view the accumulated time values for multiple source lines below the Self Time column, or enable you to copy multiple source lines using the context menu. Viewing accumulated time can help you decide how to divide the work.