14. Nulgrind: the minimal Valgrind tool
To use this tool, you must specify
--tool=none
on the Valgrind command line.
14.1. Overview
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.
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
--tool=none
to run Nulgrind (ie. not
--tool=nulgrind
).
163
Содержание BBV
Страница 176: ...Valgrind FAQ Release 3 8 0 10 August 2012 Copyright 2000 2012 Valgrind Developers Email valgrind valgrind org ...
Страница 177: ...Valgrind FAQ Table of Contents Valgrind Frequently Asked Questions 1 ii ...
Страница 302: ...README mips based on newer GCC versions if possible 95 ...
Страница 303: ...GNU Licenses ...
Страница 304: ...GNU Licenses Table of Contents 1 The GNU General Public License 1 2 The GNU Free Documentation License 8 ii ...