Visible to Intel only — GUID: GUID-3474ED3A-7E46-4326-9C7A-349081F6FA83
Visible to Intel only — GUID: GUID-3474ED3A-7E46-4326-9C7A-349081F6FA83
app-working-dir
Specify the directory where the target application runs during analysis, if it is different from the current working directory.
GUI Equivalent
Project Properties > Analysis Target > [Analysis Type] > Working directory
Syntax
--app-working-dir=<PATH> |
Arguments
<PATH> is a string containing the PATH/name.
Default
Default is the current working directory.
Actions Modified
Usage
If your data files are saved in a separate location from the target application, use the app-working-dir option to specify the target application working directory.
Example
Run a Survey analysis on myApplication. Use work-dir to launch myApplication.
advisor --collect=survey --app-working-dir=./work_dir --project-dir=./advi_results -- ./myApplication