Hacker News new | ask | show | jobs
by opencl 2561 days ago
Several popular profiler tools (valgrind, visual studio profiler, dtrace, perfmon) can track cache miss rates.
1 comments

perf-tools are my favorite. The overhead is negligible, and thus any metrics you gather are very accurate. Valgrind is rarely useful, considering the execution time disadvantage.