Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Using vtune as a debugger

Prashanthns
Beginner
199 Views
How can I create a project using C and asm files in vtune for Linux and debug it ? Is there any document that explains step by step instructions to do this ??
0 Kudos
1 Reply
TimP
Black Belt
199 Views
Both vtune and debuggers prefer the project to be built with -g option. They differ in that debugging may be more convenient with -O0 compilation (although some possible problems would be suppressed), while for vtune you would set normal optimization explicitly. There is nothing to stop you from running the same build under debugger and under vtune, but you wouldn't normally use both at the same time.
Reply