1

Is there a practical tool to detect whether a cache line is reused (a cache miss is avoided) due to either spatial or temporal locality?

I could not find a related discussion in cachegrind. I was able to find only this and this papers but not the tools introduced in them.

0