Intel® Advisor Help

Model Threading Designs

Analyze, design, tune, and check threading design options without disrupting your normal development by running the Threading Perspective.

The Threading Perspective can help you to:

How It Works

The Threading perspective includes the following steps:

  1. Run the Survey analysis to find candidates for parallelizing.
  2. Add parallel site and task annotations to your code and re-build your application.
  3. Run Suitability analysis to view proposed parallel design options.
  4. Run Dependencies analysis to identify stoppers for adding parallel code.

Threading Summary

Threading perspective reports information about your application performance recommends you loops/functions to parallelize with the highest gain:

Examples of a Summary report of the Threading perspective

See Also