Intel® Fortran Compiler 16.0 User and Reference Guide

Optimization Reports: Viewing

When the compiler generates optimization diagnostics, the Compiler Optimization Report and the Compiler Inline Report windows open, and optimization report annotations appear in the editor.

Compiler Optimization Report window

The Compiler Optimization Report window displays diagnostics for the following phases of the optimization report:

Information appears in this window grouped by loops, or in a flat format. To switch the presentation format, click the gear button on the toolbar of the window, and uncheck Group by loops.

In addition to sorting information by clicking column headers and resizing columns, you can use the windows described in the following table:

Do This

To Do This

Double-click a diagnostic.

Jump to the corresponding position in the editor.

Click a link in the Inlined into column.

Jump to the call site of the function where the loop is inlined.

Expand or collapse a diagnostic in Group by loops view.

View detailed information for the diagnostic.

Click on a column header.

Sort the information according to that column.

Click the filter button.

Select a scope by which to filter the diagnostics that appear in the window.

The title bar of the Compiler Optimization Report window shows the applied filter. Labels on optimization phase filter buttons show how many diagnostics of each phase are in the current scope.

Click a Compiler Optimization Report window toolbar button corresponding to an optimization report phase.

Turn filtering diagnostics on or off for an optimization phase.

Labels on optimization phase filter buttons show the total number of diagnostics for each phase.

By default all phases turned on.

Enter text in the search box in the Compiler Optimization Report window toolbar.

Filter diagnostics using the text pattern.

Diagnostics are filtered when you stop typing. Pressing Enter saves this pattern in the search history.

To disable filtering, clear the search box.

To use a pattern from the search history, click on the down arrow next to the search box.

Compiler Inline Report window

The Compiler Inline Report window displays diagnostics for the IPO phase of the optimization report.

Information appears in this window in a tree. Each entry in the tree has corresponding information in the right-hand pane under the Properties tab and the Inlining options tab.

You can use the window as described in the following table:

Do This

To Do This

Double-click a diagnostic in the tree, or click on the source position link under the Properties tab.

Jump to the corresponding position in the editor.

Click Just My Code.

Only display functions from your code, filter all records from files that don't belong to the current solution file tree.

Right-click on a function body in the editor and select Intel Compiler > Show Inline report for function name.

View detailed information for the specified function.

Right-click on a function body in the editor and select Intel Compiler > Show where function name in inlined.

Show where the specified function is inlined.

Enter text in the search box in the Compiler Inline Report window toolbar.

Filter diagnostics using the text pattern.

Diagnostics are filtered when you stop typing. Pressing Enter saves this pattern in the search history.

To disable filtering, clear the search box.

To use a pattern from the search history, click on the down arrow next to the search box.

Viewing Optimization Notes in the Editor

Viewing optimization notes in the editor provides context for the diagnostics that the compiler generates.

  1. In Caller Site

  2. In Callee Site

  3. In Caller and Callee Site

You can use optimization notes as described in the following table:

Do This

To Do This

Right-click an optimization note

  • Expand or collapse the current optimization note, or all of them.

  • Open the Optimization Reports dialog box to adjust settings for optimization report viewing. You can view optimization notes in one of the following locations:

    • Caller Site

    • Callee Site

    • Caller Site and Callee Site

Double-click an optimization note heading.

Expand or collapse the current optimization note.

Double-click a diagnostic detail.

Jump to the corresponding position in the editor.

Click a hyperlink in the optimization note.

Show where the specified function is inlined.

Click the help (?) icon.

Get detailed help for the selected diagnostic. The default browser opens and, if you are connected to the internet, displays the help topic for this diagnostic.

Hover the mouse over a collapsed optimization note.

View a detailed tooltip about that optimization note.

See Also