Intel® Advisor Help
Specify an application for analysis that is not the starting application.
Project Properties > Analysis Target > [Analysis Type] > Child Application
--executable-of-interest=<PATH> |
<PATH> is a string specifying the PATH/name of the executable to be analyzed.
Specify an executable child process to analyze, instead of the script or application that spawns the child process.
Run a Survey analysis launched from myScript. Specify myApplication as the executable of interest.
advisor --collect=survey --project-dir=./advi_results --executable-of-interest=./myApplication.exe -- ./myScript