|
From: Julian S. <js...@ac...> - 2004-03-13 00:39:06
|
CVS commit by jseward: Implicitly mention Massif. M +10 -5 index.html 1.20 --- devel-home/valgrind/index.html #1.19:1.20 @@ -21,11 +21,16 @@ <p> <strong>Valgrind is a GPL'd system for debugging and profiling x86-Linux programs.</strong> + With the tools that come with Valgrind, you can automatically detect -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. +many memory management and threading bugs, avoiding hours of +frustrating bug-hunting, making your programs more stable. You can +also perform detailed profiling, to speed up and reduce memory use +of your programs. + <p> -The Valgrind distribution includes four tools: two memory error -detectors, a thread error detector, and a cache profiler. Several other +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. <p> |