Visible to Intel only — GUID: GUID-4FFAF5A7-70B4-4D74-A0E3-67B5A374DF17
Visible to Intel only — GUID: GUID-4FFAF5A7-70B4-4D74-A0E3-67B5A374DF17
executable-of-interest
Specify which executable to analyze.
Dialog Box Project Properties-Target Child Application field
-executable-of-interest <executable-name> |
executable-name |
Name of executable to analyze for errors. |
Data is collected on the specified target and all its child processes.
Use the executable-of-interest action-option to specify an executable for the collect action. This is useful when the target, for example a script, launches additional executables and you only want to run the analysis on a particular executable (child application).
This command runs a leak detection analysis. The target startApp is run, but data collection does not begin until startApp launches the child application myCounter. Only leaks detected in the myCounter process are saved in the analysis result.
$ inspxe-cl -collect mi1 -executable-of-interest myCounter -- startApp