refinalize-survey
refinalize-survey
Refinalize a survey result collected
with a previous
version or if you need to correct or update source and binary search paths.
Intel® Advisor
Syntax
--refinalize-survey
--no-refinalize-survey
Default
Off (no-refinalize-survey)
Usage
Typical usage scenarios:
- Source files were moved after compilation.
- You open remotely collected results on a viewing machine before setting the search paths appropriately.
Refinalize the result of the Survey analysis. Search
recursively for source files in the
./src
search directory and for binary files in the
./bin
search directory.
Write the refinalized results to the
./advi
project directory
instead of the default working directory.
$ advisor --collect=survey --project-dir=./advi --search-dir src:=./src bin:=./bin -- ./bin/myApplication --refinalize-survey