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

Correct Compiler Options?

Paul_Buettiker
Beginner
396 Views

Dear all

Following the tutorial "Getting Started", I tried to reproduce the results of the "First Use Wizard" for the example "gsexample". However, using icc 10.1.015 and VTune 9.0 (Buil:1448) for Linux with the compiler options -g -O2, I'm not able to see the "Most active functions In Your Application" (Sampling Hotspot Summary) as outlined in the tutorial:

Instead of (e.g.) the function names "ProcessBuffer", "Store2Load" etc.for the module gsexample2a, I only see for the module gsexample2a.

However, when omiting the compiler option-O2 when building gsexample2a, I see more or less the same functions in the Sampling Hotspot Summary.

Is it an effect of the optimization that in the first case (with -O2), the "Most active functions In Your Application" of the not-optimized program disapear?

Thanks and best regards,

Paul.

0 Kudos
0 Replies
Reply