Intel® Advisor Help
Specify the executable whose process should be analyzed.
Microsoft Visual Studio* IDE: choose Project > > Intel® Advisor 201n Project Properties > Analysis Target tab > Application
Intel Advisor standalone GUI: Project > Project Properties > Analysis Target tab > Application
-executable-of-interest <pathname>
A string specifying the PATH/name of the executable to be analyzed.
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.
This command specifies myApplication.exe 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.exe -- myScript