Intel® Inspector Help

user-data-dir

Specify the base directory for result paths.

Syntax

-user-data-dir <PATH>

Arguments

A string containing the PATH/name for the base directory. This may be an absolute path, or a path relative to the current working directory.

Default

The current working directory unless the INSP_USER_DATA_DIR environment variable is defined.

Actions Modified

collect, collect-with, command, create-suppression-file, finalize

Description

Use the user-data-dir action-option when you want to specify the base directory of result directories, but still use the default names for result directories and files.

Alternate Options

The result-dir action-option specifies the PATH/name of the directory in which the result is stored. If you want to use the default result directory name, but set a different path, use the user-data-dir option.

Example

This command:

$ inspxe-cl -collect ti2 -user-data-dir G:\inspResults -- myApp

See Also