Intel® Advisor Help

Window: Annotation Report, Task Row

A task row shows the source location of the task annotation and the label of the task. A task identifies time-consuming code whose work can be efficiently done by multiple cores.

To view the source code for this task annotation, click the icon.

When the task is translated to parallel code and you remove or comment out the task annotation(s), this entry is removed from the table.

There are two types of task annotations. If the loop code changes, you can modify the type of task annotation . For more information, see the help topics Site and Task Annotations for Simple Loops With One Task and Site and Task Annotations for Loops with Multiple Tasks.

When to View the Annotation Report

Use the Annotation Report window to view the types of annotations present in your project sources and access their locations. You can view the Annotation Report at any time to check the annotations. In addition:

See Also