mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
the places that normal users will see:
- command line: --tool=foo (although --skin=foo still works)
- docs: removed all traces (included renaming coregrind_skins.html to
coregrind_tools.html)
- in the usage messages
- in error messages
Also did in in some places that I judged were unlikely to cause clashes with
existing workspaces:
- in the header comments of many files (eg. "This file is part of Memcheck, a
Valgrind tool for...")
- in the regtests script
- in the .supp files
- in AUTHORS
- in README_MISSING_SYSCALL_OR_IOCTL
Also update the AUTHORS file to mention Jeremy.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2027
58 lines
1.8 KiB
HTML
58 lines
1.8 KiB
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
body { background-color: #ffffff;
|
|
color: #000000;
|
|
font-family: Times, Helvetica, Arial;
|
|
font-size: 14pt}
|
|
h4 { margin-bottom: 0.3em}
|
|
code { color: #000000;
|
|
font-family: Courier;
|
|
font-size: 13pt }
|
|
pre { color: #000000;
|
|
font-family: Courier;
|
|
font-size: 13pt }
|
|
a:link { color: #0000C0;
|
|
text-decoration: none; }
|
|
a:visited { color: #0000C0;
|
|
text-decoration: none; }
|
|
a:active { color: #0000C0;
|
|
text-decoration: none; }
|
|
</style>
|
|
<title>Cachegrind</title>
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff">
|
|
|
|
<a name="title"></a>
|
|
<h1 align=center>Nulgrind</h1>
|
|
<center>This manual was last updated on 2002-10-02</center>
|
|
<p>
|
|
|
|
<center>
|
|
<a href="mailto:njn25@cam.ac.uk">njn25@cam.ac.uk</a><br>
|
|
Copyright © 2000-2003 Nicholas Nethercote
|
|
<p>
|
|
Nulgrind is licensed under the GNU General Public License,
|
|
version 2<br>
|
|
Nulgrind is a Valgrind tool that does not very much at all.
|
|
</center>
|
|
|
|
<p>
|
|
|
|
<h2>1 Nulgrind</h2>
|
|
|
|
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.
|
|
<p>
|
|
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 <code>--tool=none</code> to run Nulgrind (ie. not
|
|
<code>--tool=nulgrind</code>).
|
|
|
|
<hr width="100%">
|
|
</body>
|
|
</html>
|
|
|