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

Problems using Vtune with Release version instead of Debug version

Aseem_A_Intel
Employee
402 Views
I was able to drill down to my C++ functions when I run my tool in debug mode. However, when running in the release mode I am not able to do so. Can Vtune work in the release mode ? Is there a flag that needs to be set ?

0 Kudos
1 Reply
Peter_W_Intel
Employee
402 Views

Please read these articles:
http://software.intel.com/en-us/articles/compiler-switches-for-intel-parallel-amplifier/
http://software.intel.com/en-us/articles/how-to-analyze-linux-applications-with-the-intel-thread-profiler-for-windows/

These articles also are applicable for VTune Perfromance Analyzer, note if Call graph data collection works on Windows*, Linker switch "/FIXED:NO" should be used to build your application.

Regards, Peter

0 Kudos
Reply