Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help

app-working-dir

Specify the application directory in auto-generated commands.

GUI Equivalent

Analysis Target Setup > Launch Application target type

Syntax

-app-working-dir=<PATH>

Arguments

A string containing the PATH/name.

Default

Default is the current working directory.

Actions Modified

collect, collect-with

Description

If your data files are stored in a separate location from the application, use the app-working-dir option to specify the application working directory.

Example

This analysis changes the application directory to home/myAppDirectory to run the myApp application, uses binary and symbol files found in the directory specified by the search-dir option to finalize the result, writes the result in the default result directory, and then returns to the working directory.

On Linux:

$ amplxe-cl -collect hotspots -app-working-dir home/myAppDirectory -search-dir home/mySources -- myApp

See Also