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

Difference between L2 cache misses and Bus_Trans_Mem

gokussj9
Débutant
601 Visites
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 Compliments
1 Répondre
neni
Nouveau contributeur II
601 Visites
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 Compliments
Répondre