Tuesday, August 3, 2010

Tracking memory leaks

Very powerful tool for checking memory leaks and speeding up the applications:


  1. Valgrind (http://valgrind.org)

  2. Valkyrie - front-end for Valgrind

  3. Callgrind (valgrind -tool=callgrind): CPU-time profiling tool

  4. kcachegrind - front-end for callgrind


No comments:

Post a Comment