Intel® Advisor Help
Examine specified annotated sites for opportunities to reduce site overhead in a Suitability report.
Suitability > Site Overhead
--reduce-site-overhead=<string> |
<string> is a comma-separated list of sites (no spaces).
No default argument
report=suitability
Site overhead is the time spent starting up (and shutting down) parallel execution. It includes creating threads, scheduling those threads onto cores, and waiting for the threads to begin executing.
Usage of this option simulates parallel execution with the assumption that site overhead is zero for a specified site.
Generate a Suitability report. Examine the annotated sites myAnnotatedSiteJ and myAnnotatedSiteX for opportunities to reduce site overhead. Write the report to stdout.
advisor --report=suitability --reduce-site-overhead=myAnnotatedSiteJ,myAnnotatedSiteX --project-dir=./advi_results