Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

Performance focused Compiler Usage - A VTune(TM) Performance Analyzer article

Corey_A_Intel
Employee
361 Views

Abstract:

Compilers allow varying levels of optimization, but it is often impractical to apply the most aggressive levels on all files of large commercial applications. Applying high optimization levels to low time consuming functions increases compile time and adds a degree of risk, without even the possibility of a measurable gain in performance. Additionally, some compilers are capable of issuing optimization reports, but the size of such reports for entire projects makes them unusable.

A solution to these dilemmas can be found in applying aggressive compiler optimizations only to those source files that contribute in a significant manner to total elapsed time. To this end, the use of a performance analyzer to guide makefile modifications allows a developer to quickly focus on only those code sections where their efforts will be rewarded.

The article will discuss the coordinated use performance analysis data to drive optimizing compiler to usage, with the aim of improving performance while minimizing effort, time and risk.

.

Message Edited by calsamri on 07-14-2005 04:29 PM

0 Kudos
1 Reply
jeffrey-gallagher
361 Views
Hey Calsamri!
GREAT article!!!!!!
Thanks for posting.
cheers
jdg
0 Kudos
Reply