Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Performance problem

mrussel
Beginner
662 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
662 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