Linux C++: how to profile time wasted due to cache misses?

You could try cachegrind and it’s front-end kcachegrind.

Leave a Comment