RS_UOPS_DISPACHED.CYCLES.NONE = 274,000,000
RESOURCE_STALL.ANY = 850,000,000
As far as i know "RS_UOPS_DISPACHED.CYCLES.NONE" will give measure of wasted cycles due to stall, but when i measure resource stall its value is signeficantly more than RS_UOPS_DISPACHED.CYCLES.NONE.
How to explain this?
Is this due to out of order execution?
Thanx for reading