Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

LLCM

GHui
Novice
540 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
540 Views

Hi GHui,

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

Thanks,

Roman

0 Kudos
Reply