Update for having added Massif.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2354
This commit is contained in:
Nicholas Nethercote 2004-04-10 00:36:25 +00:00
parent 638529e228
commit 5471e9012e
2 changed files with 5 additions and 5 deletions

4
README
View File

@ -21,8 +21,8 @@ bug-hunting, making your programs more stable. You can also perform
detailed profiling to help speed up your programs.
The Valgrind distribution includes four tools: two memory error
detectors, a thread error detector, and a cache profiler. Several other
tools have been built with Valgrind.
detectors, a thread error detector, a cache profiler and a heap profiler.
Several other tools have been built with Valgrind.
To give you an idea of what Valgrind tools do, when a program is run
under the supervision of the first memory error detector tool, all reads

View File

@ -17,9 +17,9 @@ many memory management and threading bugs, avoiding hours of frustrating
bug-hunting, making your programs more stable. You can also perform
detailed profiling to help speed up your programs.
The Valgrind distribution includes four tools: two memory error
detectors, a thread error detector, and a cache profiler. Several other
tools have been built with Valgrind.
The Valgrind distribution includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap profiler.
Several other tools have been built with Valgrind.
%prep
%setup -n @PACKAGE@-@VERSION@