Intel IA-32 Computer Accessories User Manual


 
IA-32 Intel® Architecture Optimization
A-8
When you use PGO, consider the following guidelines:
Minimize the changes to your program after instrumented execution
and before feedback compilation. During feedback compilation, the
compiler ignores dynamic information for functions modified after
that information was generated.
Repeat the instrumentation compilation if you make many changes
to your source files after execution and before feedback
compilation.
For further details on the interprocedural and profile-guided
optimizations, refer to the Intel C++ Compiler User’s Guide.
Intel
®
VTune Performance Analyzer
The Intel VTune Performance Analyzer is a powerful software-profiling
tool for Microsoft Windows and Linux. The VTune analyzer helps you
understand the performance characteristics of your software at all
levels: the system, application, microarchitecture.
The sections that follow describe the major features of the VTune
analyzer and briefly explain how to use them. For more details on these
features, run the VTune analyzer and see the online help or the built in
Getting Started Guide.
All these features are available for Microsoft Windows. On Linux,
sampling and call graph are available.
NOTE. The compiler issues a warning that the
dynamic information corresponds to a modified
function.