Illumos regtest: x86 mdb diffs wrt Solaris
[valgrind.git] / none / docs / nl-manual.xml
blob6d1e89c5c4e51243d575732a8e2d1babd183eb99
1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
6 <chapter id="nl-manual" xreflabel="Nulgrind">
8 <title>Nulgrind: the minimal Valgrind tool</title>
10 <para>To use this tool, you must specify
11 <option>--tool=none</option> on the Valgrind
12 command line.</para>
14 <sect1 id="nl-manual.overview" xreflabel="Overview">
15 <title>Overview</title>
17 <para>Nulgrind is the simplest possible Valgrind tool.  It performs no
18 instrumentation or analysis of a program, just runs it normally.  It is
19 mainly of use for Valgrind's developers for debugging and regression
20 testing.</para>
22 <para>Nonetheless you can run programs with Nulgrind.  They will run
23 roughly 5 times more slowly than normal, for no useful effect.  Note
24 that you need to use the option <option>--tool=none</option> to run
25 Nulgrind (ie. not <option>--tool=nulgrind</option>).</para>
27 </sect1>
29 </chapter>