Hacker News new | ask | show | jobs
by MikeHolman 2822 days ago
I haven't used callgrind, but wouldn't running benchmarks concurrently still lead to cache interference?
1 comments

No, because callgrind is simulating the hardware, including the caches. Which is why it's also much slower.