Hi,
Another way of asking the same question above.
I ran VTUNE for finding out RESOURCE_STALLS.ANY for my FFT code. Here is the results I got:
Samples: 9.071E+5
Events: 9.071E+10
%age: 87.87%
Does this mean that every time there is some kind of RESOURCE_STALLS activity, there is a latency of 1E+05 cycles? This seems like an unrealistic figure.
I am trying to find an average number of stall cycles every time there is a stall in the pipeline.
regards,
Reshmi
For more complete information about compiler optimizations, see our Optimization Notice.