C++ free cache miss / performance profiler?

Hey,

do you guys know any good free profiler for cache miss and/or general performance?

It would need one for Windows(VS2015 Community) and OS-X(XCode).
On OS X you can use valgrind.
@Peter87

valgrind seems to be ok,
but i have no idea how to use it on a existing XCode Project :P
I have only used valgrind on Linux so I don't know if using it on OS X is different. It's a command line tool. Read the manual for how to use it. http://valgrind.org/docs/manual/QuickStart.html
Last edited on
I still would need a good profiling tool for Windows.
Does Visual Studio offer a good profiling tool for cache misses etc.?
Or are there better free tools..?
Topic archived. No new replies allowed.