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

Performance problem

mrussel
Beginner
312 Views

I'm investigatinga performance issue with a simple loop and am looking for the right events to monitor in VTune.

The problem with the loop is that the variables appear to be aliased so that the compiler cannot use a register variable. The solution is to use a local variable, how can VTune identify this problem inother places in my code?

0 Kudos
1 Reply
Vladimir_T_Intel
Moderator
312 Views
Although VTune is capable to identify performance problems related to the microarchitecture on the level of generated by compiler code (by using statical analysis), the sort of problem youve described is not in the scope of the analisis. I believe a debugger better sutes for that.
0 Kudos
Reply