Intel® Advisor Help

Tab: Source

Use the Source tab of the Survey report view to investigate the source code of the loop, selected in the Loop Information Pane.

Use This

To Do This

Gray field under the tab selector

View name of the source file that you are currently reviewing.

Double-click any code line in the source view

Open the default source code editor.

Right-click any code line in the source view

Open the context menu, enabling you to either

  • Edit Source - open the current source file in your default code editor.
  • Copy To Clipboard - copy the currently selected code line to the clipboard.
  • What Should I Do Next? - open the Intel® Advisor Help and study the suggested next steps for code optimization.

Line column

View source code line numbers.

Source column

View the source code.

Total Time column

View the statement execution time, including execution time of the called functions.

Total Time % column

View the statement execution time in % of the total target program's execution time, including execution time of the called functions.

Loop Time column

View the entire loop execution time, including execution time of the called functions.

Loop Time % column

View the entire loop execution time in % of the total target program's execution time, including execution time of the called functions.

Traits column

View scalar and vector characteristics that might impact time.

See Also