mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
line options. This commit changes them to all <option>. Also make consistent how options with multiple names (eg. -h --help) are shown. Also, remove section describing --help and --version in Callgrind's chapter; these aren't necessary and are presumably a hangover from when Callgrind was a separate tool. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10659
31 lines
971 B
XML
31 lines
971 B
XML
<?xml version="1.0"?> <!-- -*- sgml -*- -->
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
|
|
|
|
|
<chapter id="nl-manual" xreflabel="Nulgrind">
|
|
|
|
<title>Nulgrind: the minimal Valgrind tool</title>
|
|
|
|
<para>To use this tool, you must specify
|
|
<option>--tool=none</option> on the Valgrind
|
|
command line.</para>
|
|
|
|
<sect1 id="ms-manual.overview" xreflabel="Overview">
|
|
<title>Overview</title>
|
|
|
|
<para>Nulgrind is the simplest possible Valgrind tool. It performs no
|
|
instrumentation or analysis of a program, just runs it normally. It is
|
|
mainly of use for Valgrind's developers for debugging and regression
|
|
testing.</para>
|
|
|
|
<para>Nonetheless you can run programs with Nulgrind. They will run
|
|
roughly 5 times more slowly than normal, for no useful effect. Note
|
|
that you need to use the option <option>--tool=none</option> to run
|
|
Nulgrind (ie. not <option>--tool=nulgrind</option>).</para>
|
|
|
|
</sect1>
|
|
|
|
</chapter>
|
|
|