spill-analysis
spill-analysis
Register flow analysis to calculate
the number of consecutive load/store operations in registers and related memory
traffic in bytes during Survey analysis.
Syntax
--spill-analysis
--no-spill-analysis
Default
Off (no-spill-analysis)
Actions Modified
collect
=survey
Usage
Enabling can increase finalization overhead.
Run a Survey analysis. Enable spill/fill analysis.
$ advisor --collect=survey --project-dir=./myAdvisorProj --spill-analysis -- ./bin/myTargetApplication