Intel® Advisor Help
Specify a directory other than the project directory for the analysis result.
Microsoft Visual Studio* IDE:Tools > Options > > Intel® Advisor 201n > Result Location
Intel Advisor standalone GUI: File > Options > > Intel® Advisor 201n > Result Location
-user-data-dir <directory> |
The directory where the result should be written.
project-dir: The result is written to the project directory.
Use the user-data-dir option when you want the result files written somewhere other than project-dir, which is the default. For example, you could use this option when you want the result stored in a remote directory, or when there is not enough space in project-dir for the data collections.
This example collects Suitability data, storing the data collection results in the location specified by user-data-dir.
$ advixe-cl -collect suitability -project-dir ./advi -user-data-dir <PATH> -search-dir src:=./src -- myApplication