Dynamic analysis tools to detect memory or thread bugs and profile
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.24.0-1.fc42 | - |
Fedora 41 | 3.23.0-5.fc41 | - |
Fedora 40 | 3.23.0-4.fc40 | - |
Fedora 39 | 3.22.0-4.fc39 | - |
You can contact the maintainers of this package via email at
valgrind dash maintainers at fedoraproject dot org
.