aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-04-10 00:36:25 +0000
committernethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-04-10 00:36:25 +0000
commit075a1021e2bb7110a15c8862acd2121db607e1aa (patch)
tree6028ce92e0cd669a8b98bb4af0b525eb83de92fd /README
parentef0abd1f6618a08b0ed2e5bb314b33bd8853cefb (diff)
downloadvalgrind-075a1021e2bb7110a15c8862acd2121db607e1aa.tar.gz
Update for having added Massif.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2354 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 71b9eaaf0..8cf8cb8a5 100644
--- a/README
+++ b/README
@@ -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