A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-DE1258D6-6321-4BAC-8301-EB94C9B7F23A
Visible to Intel only — GUID: GUID-DE1258D6-6321-4BAC-8301-EB94C9B7F23A
user-data-dir
Specify the base directory for result paths.
GUI Equivalent
Configure Analysis window > WHAT pane
Syntax
-user-data-dir <PATH> |
Arguments
A string containing the PATH/name of the user data directory.
Default
The current working directory.
Description
Use the user-data-dir action-option with the result-dir action-option when you want to specify a base directory for results.
Example
This example runs a Threading analysis of the sample Linux application and creates the default-named result directories under the myresults directory.
vtune -collect threading -user-data-dir /root/intel/myresults -- /home/test/sample