Visible to Intel only — GUID: GUID-208B13B9-1E3C-444B-A320-7A9446E36FEE
Visible to Intel only — GUID: GUID-208B13B9-1E3C-444B-A320-7A9446E36FEE
Annotation Types Summary
You can use different kinds of Intel® Advisor annotations to mark where you propose to have parallel sites, tasks, locks, or perform special actions. These annotations are:
Parallel site annotations
Parallel task annotations
Parallel lock annotations
Annotations that let you pause and resume data collection
Special-purpose annotations
To be useful, a parallel site must contain at least one task. Code within a parallel task can be executed by multiple threads independently of other instances of itself and also other parallel tasks. Many tasks are code within a loop, or they could be a single statement that does an iterative operation. After you use the Survey or similar profiling tool to locate where your