Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

No LLC_MISS metric for sandy bridge?

kula85
Beginner
200 Views
Hello everyone,
I'm trying to measure LLC_MISS on my sandy bridge machine. But I could not find it anywhere in the vtune. Vtune has support for sandy bridge specific events, but not for general events like LLC_MISS. Is there any work around? thank you so much.
yuanfang
0 Kudos
4 Replies
Peter_W_Intel
Employee
200 Views
Hi Yuanfang,

(Assume that you use latest VTune Amplifier XE Update 6). Please use event MEM_LOAD_MISC_RETIRED.LLC_MISS_PS in "General Exploration" analysis,

Use formula: (MEM_LOAD_MISC_RETIRED.LLC_MISS_PS * 180) / CPU_CLK_UNHALTED.THREAD. Investigate if -
% cycles for LLC miss .2

"General Exploration" report will highlight crtical functions which meet above condition. If you create your own analysis type, you have to calculate the value by yourself.

Regards, Peter

kula85
Beginner
200 Views
Hi Peter,

thank you for the answer. Before this, I looked into LONGEST_LAT_CACHE.MISS and LONGEST_LAT_CACHE.REFERENCE as a way to measure L3 misses. Manual describe this event as "Core-originated cacheable demand requests missed LLC". For me, I seems promising. So is it correct to use that?

thank you,
yuanfang
kula85
Beginner
200 Views
Peter,

you meant to say MEM_LOAD_UOPS_MISC_RETIRED.LLC_MISS_P, right? btw, any reason for the secret number 180?


yuanfang
Peter_W_Intel
Employee
200 Views
Please download / read pdf file from this article to know more in detail.
Reply