- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The paragraph in question reads:
9.2.4 Measuring cache hit latency
mlc --idle_latency –b3000 –c0 –t3
This command measures the L3 cache hit latency. Since the buffer allocated is only 3MB in size, repeated accesses to the same buffer ensures that all the lines in this buffer will reside in L3 cache (assuming the L3 size is more than 3MB). So, the latency measured would represent the cache hit latency.
My question is, if I add a -C option to specify a window, for example, 128KB,what does the latency number mean? Does this number mean the total time it took to gather all 128KB of data from all L3 slices, or does it mean the response time when the core receives the first slice of data from L3?
The same question goes for the c2c latency tests, does the reported latency reflects the complete data package(for example, 128KB) transaction time, or it stops counting when the other core start to receive data?
Thank you.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
intel memory latency checker:
https://software.intel.com/en-us/articles/intelr-memory-latency-checker?language=en-us&https=1

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page