Intel® Advisor User Guide

ID 766448
Date 7/13/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Run Vectorization and Code Insights Perspective from GUI

Prerequisite:

In the graphical-user interface (GUI): Create a project and specify an analysis target and target options.

To configure and run the Vectorization and Code Insights perspective from the GUI:

  1. From the Analysis Workflow tab, configure the perspective and set analysis properties, depending on desired results:
    • Select a collection accuracy level with analysis properties preset for a specific result:

      • Low: Get the basic insights about vectorized and un-vectorized loops in your code.

      • Medium: Identify the number of times loops execute to make better decisions about your vectorization strategy.

      • High: Analyze application memory usage and performance values that help you make better decisions about your vectorization strategy in details.

    • Select the analyses and properties manually to adjust the perspective flow to your needs. The accuracy level is set to Custom.

    The higher accuracy value you choose, the higher runtime overhead is added to your application. The Overhead indicator shows the overhead for the selected configuration. For the Custom accuracy, the overhead is calculated automatically for the selected analyses and properties.

    By default, accuracy is set to Low. For more information, see Vectorization Accuracy Presets.

  2. If yo