- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page