Intel® Advisor Help
Examine specified annotated sites for opportunities to reduce task overhead in a Suitability report.
Suitability > Task Overhead
--reduce-task-overhead=<string> |
<string> is a comma-separated list of sites (no spaces).
No default argument
report=suitability
Task overhead is the time spent creating a task, assigning it to a thread, and stopping or pausing the thread when the task is complete.
Usage of this option simulates parallel execution with the assumption that task overhead is zero for a specified site.
Generate a Suitability report. Examine the annotated sites myAnnotatedSiteJ and myAnnotatedSiteX for opportunities to reduce task overhead. Write the report to stdout.
advisor --report=suitability --reduce-task-overhead=myAnnotatedSiteJ,myAnnotatedSiteX --project-dir=./advi_results