Visible to Intel only — GUID: GUID-9A5ACF48-AA04-462C-BE28-3E07B8641D7A
Visible to Intel only — GUID: GUID-9A5ACF48-AA04-462C-BE28-3E07B8641D7A
auto-finalize
Finalize Survey and Trip Counts & FLOP analysis data after collection is complete.
Syntax
--auto-finalize --no-auto-finalize |
Default
On (auto-finalize)
Usage
Set this option to no-auto-finalize if you want to suppress automatic finalization during data collection and analysis. In this case, finalization will occur when you open the result in the GUI or generate a report from the result. Switching auto-finalization off minimizes analysis overhead and can be helpful, for example, if you want to view collected data on a different machine.
Consider that switching auto-finalization on will, in turn, temporarily increase analysis overhead.
Example
Run a Survey analysis. Search recursively for source files in the ./src search directory. Suppress finalization and write the unfinalized results to the ./advi project directory instead of the default working directory.
advisor --collect=survey --no-auto-finalize --project-dir=./advi_results --search-dir src:=./src -- ./bin/myApplication