|
From: Nicholas N. <nj...@cs...> - 2005-03-12 04:34:07
|
CVS commit by nethercote: Hmm, try that again. M +0 -40 index.html 1.26 --- devel-home/valgrind/index.html #1.25:1.26 @@ -9,42 +9,2 @@ </body> </html> - -<!-- -<?php - $page_title = "A GPL'd system for debugging and profiling x86-Linux programs"; - $page_heading = "Latest News"; - include "header.inc" -?> - -<p class="news">August 31, 2004: A new stable release, <a -href="downloads.html">valgrind 2.2.0</a>, is available. 2.2.0 brings -many improvements over 2.0.0, and includes the new Massif -heap-profiling tool. - -<p class="news">March 04, 2004: An experimental PowerPC port is available. -See <a href="related.html">Related Projects</a>. -<hr> - -<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 speed up and reduce memory use -of your programs. - -<p> -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> -Use the menu at left to learn more. - -<?php - include "footer.inc" -?> ---> |