Intel® Advisor Help

Source View (Memory Access Patterns)

To open the Source View for the Memory Access Patterns, double-click an entry in the Memory Access Patterns Report tab of the Refine Reports Window.

Use This

To Do This

Linecolumn

View the corresponding line number in the source file.

Source column

View the source code.

Stride column

View the logical distance (in elements) between memory accesses in two consequent iterations. In case of an unrolled loop, the value is shown as for a non-unrolled loop.

Operand Type column

View data type of the operand.

Vector Length column

View the vector length of the instruction(s).

Operand Size (bits) column

View the size of the operand (in bits).

Aggregated footprint column

View the aggregated distance (in bytes) between minimum and maximum address accessed by the current memory access location. This metric is not precise since not all samples were collected. Possibility to collect all samples and make deeper analysis will be added in future releases.

If the Source Code is Unavailable

If you see a message, saying:

Intel Advisor cannot show source code for this location

make sure you specified the correct path to the binary in Project Properties > Source Search > Search Directories. After specifying the search directories, re-open the source view for the change to take effect.

See Also