Valgrind
- For other uses, see Valgrind (disambiguation).
Valgrind is a free programming tool for debugging, memory leak detection, and profiling.
It was originally designed to be a free version of Purify for Linux on x86. It has since evolved to become a generic framework for creating dynamic analysis tools such as checkers and profilers. It has an excellent reputation and is widely used by Linux programmers.
It includes the source of cacheprof (cache profiler) written by Julian Seward.
External link
- Overview of the system (http://valgrind.kde.org/overview.html)
da:Valgrind