Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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

See Also