dendibakh / perf-book

The book "Performance Analysis and Tuning on Modern CPU"
https://book.easyperf.net/perf_book
Creative Commons Zero v1.0 Universal
2k stars 144 forks source link

New section: sensitivity to LLC #39

Closed chusAB closed 5 months ago

chusAB commented 6 months ago

In this section we will characterize the last level cache (LLC) usage of a processor. Our analysis will allow us to identify three different types of applications according to their use of the LLC. This result can be applied to properly size the processor LLC.

dendibakh commented 5 months ago

Thank you @chusAB and everyone involved!