Nulgrind

This manual was last updated on 2002-10-02

njn25@cam.ac.uk
Copyright © 2000-2004 Nicholas Nethercote

Nulgrind is licensed under the GNU General Public License, version 2
Nulgrind is a Valgrind tool that does not very much at all.

1  Nulgrind

Nulgrind is the minimal tool for Valgrind. It does no initialisation or finalisation, and adds no instrumentation to the program's code. It is mainly of use for Valgrind's developers for debugging and regression testing.

Nonetheless you can run programs with Nulgrind. They will run roughly 5-10 times more slowly than normal, for no useful effect. Note that you need to use the option --tool=none to run Nulgrind (ie. not --tool=nulgrind).