Sciweavers

ICCS
2005
Springer

Collecting and Exploiting Cache-Reuse Metrics

13 years 10 months ago
Collecting and Exploiting Cache-Reuse Metrics
Abstract. The increasing gap of processor and main memory performance underlines the need for cache-optimizations, especially on memoryintensive applications. Tools which are able to localize code regions with high cache miss ratio seem to be appropriate for access optimizations. However, a programmer often does not know what to do with the collected information. We try to improve this situation by providing cache reuse metrics which are supposed to give more precise hints on how to optimize memory access behavior. We enhanced the cache simulator Callgrind to give metrics on temporal and spatial cache utilization for a given memory block, relating this information to the code line where the block was loaded into cache. We show what is needed for hardwaresupported measurement for such metrics, and give example code where the collected information directly points to optimization possibilities. Keywords Cache Reuse Metrics, Profiling, Cache Simulation.
Josef Weidendorfer, Carsten Trinitis
Added 27 Jun 2010
Updated 27 Jun 2010
Type Conference
Year 2005
Where ICCS
Authors Josef Weidendorfer, Carsten Trinitis
Comments (0)