Visible to Intel only — GUID: GUID-43CA1857-A04C-43BF-928E-774C71A50E71
Visible to Intel only — GUID: GUID-43CA1857-A04C-43BF-928E-774C71A50E71
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:
- 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.
- If yo