Introduction
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.
- Two thread error detectors.
- A cache and branch-prediction profiler.
- A call-graph generating cache and branch-prediction profiler.
- A heap profiler.
It also includes three experimental tools:
- A stack/global array overrun detector.
- A second heap profiler that examines how heap blocks are used.
- A SimPoint basic block vector generator.
Web Page
Versions
3.11.0
Flavours
default
Architecture
x86_64
Group
module load cv-standard
Build Details
Installed by Cluster Vision.
Usage
module load valgrind/3.11.0
Example Job Scripts
None yet.
Status
Tested.