I'm investigating a 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 in other places in my code?