Intel® Advisor Help

Specifying Project Properties Using the Intel Advisor GUI

To launch the Intel Advisor GUI, use the advixe-gui command after you set up your command line environment .

This topic contains the following sections:

Open the Project Properties Dialog Box

After you open a project, to display the Project Properties dialog box, do one of the following:

After you display the Project Properties dialog box, the Analysis Target tab appears.

Specify Project Properties - Analysis Target Tab

To run your application for analysis, specify the location of the target executable as well as related information in this tab.

Use the Target type drop-down list to select whether the values in this tab apply to either:

Because no optimization level is recommended for Dependencies tool but moderate optimization is recommended for the Survey and Suitability tools, you need to specify a different target for the Dependencies tool.

As shown below, the Analysis Target contains all available analysis types and multiple fields, beginning with the Application field:


Intel Advisor GUI, Project Properties - Analysis Target

For the selected Analysis type, specify:

Specify Project Properties - Binary/Symbol Search Tab

To enable Intel Advisor tool reports to display sources and provide binary-to-source correlation (debug) information, you must specify the location of binary and debug information symbol files associated with your application's source files in this tab. You must build your application with debug information (view the help topic Build Settings for your language - click the link under See Also below).

When using the advixe-cl command line, specify the project properties using the --search-dir option.

As shown below, the Binary/Symbol Search tab allows you to specify multiple locations to search for, such as a local directories or a symbol server URL.

If you must search subdirectories of all specified directory locations, select the Search recursively check box (lower left corner). To use this recursive search, the rows must provide only a directory name and omit a file name. Using a recursive search for multiple directories may slow processing and could lead to unexpected results.

Specify Project Properties - Source Search Tab

To run your target with the Suitability and Dependencies tools, you must specify the location(s) of your application's annotated sources when using the Intel Advisor GUI. If you do not successfully provide the locations of the source files in this tab, Intel Advisor will not be able to locate your annotations and you will not be able to run the Suitability and Dependencies tools successfully.

When using the advixe-cl command line, specify the project properties using the --search-dir option.

As shown below, the Source Search tab has two major areas:


Project Properties, Source Search tab

Note

When using the Intel Advisor GUI, no source locations are automatically populated after you create a project, so you must specify one or more source locations so your application's annotations will be found.

To add a new row into the upper part of the tab, either type (or paste) a location into the row or:

Similarly, to add rows into the lower (exclude from search) part of this tab, either type or click the button to add wildcard file names under the Mask column or specific file names under the File column.

For information about the default source locations and the search order, see Binary/Symbol Search and Source Search Order and Locations.

See Also