Nulgrind

This manual was last updated on 2002-10-02

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

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

1  Nulgrind

Nulgrind is the minimal skin 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 --skin=none to run Nulgrind (ie. not --skin=nulgrind).