我看vtune中定义的miss rate是
Please use VTune event ratio named "L2 Cache Miss Rate", that is, L2_LINES_IN.SELF.ANY / INST_RETIRED.ANY
我觉得这样计算出来的是hit rate呢。谢谢
...全文
9894打赏收藏
L2 cache miss rate如何计算?
我看vtune中定义的miss rate是 Please use VTune event ratio named "L2 Cache Miss Rate", that is, L2_LINES_IN.SELF.ANY / INST_RETIRED.ANY 我觉得这样计算出来的是hit rate呢。谢谢
The global L2 miss rate is L2 miss number/Memory reference, the local L2 miss rate is L2 miss number /L2 reference. What do you think about the above definition? How to calculate the L2 cache miss rate according to the above formulor. I mean which event I should select to measure.