Visible to Intel only — GUID: GUID-7703E8CC-26B8-4299-BE03-39239BA6A043
Visible to Intel only — GUID: GUID-7703E8CC-26B8-4299-BE03-39239BA6A043
refinalize-survey
Refinalize a survey result collected with a previous Intel® Advisor version or if you need to correct or update source and binary search paths.
Syntax
--refinalize-survey --no-refinalize-survey |
Default
Off (no-refinalize-survey)
Actions Modified
report=survey
Usage
Typical usage scenarios:
Source files were moved after compilation.
You open remotely collected results on a viewing system before setting the search paths appropriately.
Example
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_results project directory instead of the default working directory.
advisor --report=survey --search-dir src:=./src bin:=./bin --refinalize-survey --project-dir=./advi_results -- ./myApplication