Intel® Advisor Help
After you run the Intel® Advisor Survey tool to analyze your running program's target, view the Survey Report window to locate several possible places that use significant CPU time where you might add parallelism. These places are candidates for parallelism.
After you examine the call graph for these candidate parts of your program, add
Intel® Advisor annotations
into your sources to mark (propose) the likely places where you might add parallelism. Later, use
Intel Advisor tools to help you predict whether these candidates are indeed the best places to add parallelism.