Development > valgrind (3.3.0)
Valgrind is an award-winning suite of tools for debugging and profiling Linux
programs. With the tools that come with Valgrind, you can automatically detect
many memory management and threading bugs, avoiding hours of frustrating
bug-hunting, making your programs more stable. You can also perform detailed
profiling, to speed up and reduce memory use of your programs.
The Valgrind distribution currently includes four tools: a memory error
detector, a cache (time) profiler, a call-graph profiler, and a heap (space)
profiler. It runs on the following platforms: X86/Linux, AMD64/Linux,
PPC32/Linux, PPC64/Linux.
- Homepage:
- http://www.valgrind.org/
- Download Source:
- valgrind-3.3.0.tar.bz2
- Source MD5SUM:
- e5fc39755a714f36b7e5014c1c6d4748
- Download Build Script:
- valgrind.tar.gz
- Package Maintainer:
- JK Wood
- Approved By:
- jkwood
Files
Note: you probably want the source and build script downloads above.