Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1095 Discussions

Difference between L2 cache misses and Bus_Trans_Mem

gokussj9
Beginner
360 Views
Hi,

I have a small doubt as to how to find out the number of main memroy accesses from a performacne counter.
L2 cache misses all access the memory but there is a performance counter Bus_Trans_Mem also.
Can anyone please tell me the difference between them and the better one to estimate the number of memory accesses.

Thank You,
Vaibhav
0 Kudos
1 Reply
neni
New Contributor II
360 Views
bus transcation counter should give you what you are looking for. L2 misses can sometime be 2 mem transcation (if a dirt line need to be evicted for example) and also L2 doesn't count uncacheable access (MMIO for example)
0 Kudos
Reply