Intel® Advisor User Guide

ID 766448
Date 10/31/2024
Public
Document Table of Contents

executable-of-interest

Specify an application for analysis that is not the starting application.

GUI Equivalent

Project Properties > Analysis Target > [Analysis Type] > Child Application

Syntax

--executable-of-interest=<PATH>

Arguments

<PATH> is a string specifying the PATH/name of the executable to be analyzed.

Usage

Specify an executable child process to analyze, instead of the script or application that spawns the child process.

Example

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

See Also