|
From: Nicholas N. <nj...@ca...> - 2003-11-24 12:11:26
|
CVS commit by nethercote: Minor fixes, inc. slightly more detail about NASA's use of Valgrind. M +1 -1 features.html 1.4 M +1 -1 index.html 1.9 M +4 -3 overview.html 1.4 M +2 -2 tools.html 1.3 --- devel-home/valgrind/features.html #1.3:1.4 @@ -9,5 +9,5 @@ <center><h2>Feature Requests</h2></center> -If that fails, please use our +To request a feature, please use our <a href="http://bugs.kde.org/enter_valgrind_bug.cgi">Bugzilla page</a>; make an entry with the severity "wishlist". Please note that this --- devel-home/valgrind/index.html #1.8:1.9 @@ -19,5 +19,5 @@ detailed profiling to help speed up your programs. <p> -The Valgrind distribution include four tools: two memory error +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. --- devel-home/valgrind/overview.html #1.3:1.4 @@ -64,7 +64,7 @@ transaction servers, compilers, interpreters, virtual machines, telecom applications, embedded software, medical imaging, scientific - programming, signal processing, video/audio programs, NASA - simulations, business intelligence software, financial/banking - software, operating system daemons, etc, etc. + programming, signal processing, video/audio programs, NASA Mars lander + vision and rover navigation systems, business intelligence software, + financial/banking software, operating system daemons, etc, etc. <p> <li><b>Valgrind is widely used.</b> Valgrind has been used by thousands @@ -151,4 +151,5 @@ information about how your program is spending its time, or you want to speed it up. +<p> <?php --- devel-home/valgrind/tools.html #1.2:1.3 @@ -74,5 +74,5 @@ purposes. <p> -<hr> +<!--<hr> <center><h2>Examples of Use</h2></center> @@ -83,5 +83,5 @@ TODO: add examples of use - +--> <?php include "footer.inc" |