Intel® C++ Compiler 16.0 User and Reference Guide

Performance Guide Overview (Windows*)

The Performance Guide is a Windows*-based tool that provides suggestions for introducing performance improvements in your C++ application. Specifically, it:

Improving the performance of your code is best done as an iterative process. The Performance Guide uses a model, where, for each step, you can make the suggested change, then rebuild and take a performance measurement. The Performance Guide keeps track of the performance measurements so that you can review your progress as you proceed through the steps.

See Also