Intel® Advisor Help

executable-of-interest

Specify the executable whose process should be analyzed.

GUI Equivalent

Intel Advisor standalone GUI: Project > Project Properties > Analysis Target tab > Application

Syntax

-executable-of-interest <pathname>

Arguments

A string specifying the PATH/name of the executable to be analyzed.

Actions Modified

collect

Description

When performing a Survey or Suitability analysis, use the executable-of-interest action-option to specify which executable child process to analyze, as opposed to the script or application that spawns the child processes.

Example

This command specifies myApplication as the executable of interest when running a Survey analysis that is launched from myScript.

$ advixe-cl –collect survey –project-dir ./advi -executable-of-interest myApplication -- myScript

See Also