Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
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.

Calculating LLC MPKI

cnsujeer
Employee
1,620 Views

I am interested in calculating the LLC MPKI for RPL-S. 

And, as per my understanding, I should be using MEM_LOAD_RETIRED.LLC_MISS event. 

And the formula would be: 

LLC MPKI = MEM_LOAD_RETIRED.LLC_MISS/INST_RETIRED.ANY*1000.

Can you confirm if the above formula is, ok? 

Labels (1)
0 Kudos
2 Replies
yuzhang3_intel
Moderator
1,593 Views

Let me check and give update.

0 Kudos
yuzhang3_intel
Moderator
1,552 Views

That formula looks correct if you want the load instructions from P-core that miss L3. The correct event name is MEM_LOAD_RETIRED.L3_MISS rather than MEM_LOAD_RETIRED.LLC_MISS.

0 Kudos
Reply