Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

LLCM

GHui
Novice
198 Views

I calc llcm. It's about 60%, when I run vasp.

I use the following formula

LONGEST_LAT_CACHE.MISS * 100  /  ( LONGEST_LAT_CACHE.MISS + MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_HITM + MEM_LOAD_UOPS_LLC_HIT_RETIRED.XSNP_HIT )

I've no idea about if this is right.

0 Kudos
1 Reply
Roman_D_Intel
Employee
198 Views

Hi GHui,

longest latency cache miss rate should be LONGEST_LAT_CACHE.MISS/LONGEST_LAT_CACHE.REFERENCE 

Thanks,

Roman

Reply