|
From: Nicholas N. <nj...@ca...> - 2003-12-03 23:34:06
|
CVS commit by nethercote:
More marketing.
M +10 -0 overview.html 1.8
--- devel-home/valgrind/overview.html #1.7:1.8
@@ -38,4 +38,5 @@
Slackware, Mandrake, etc.
<p>
+
<li><b>Valgrind is easy to use.</b> Valgrind uses dynamic binary
translation, so you don't need to modify, recompile or relink your
@@ -65,4 +66,5 @@
financial/banking software, operating system daemons, etc, etc.
<p>
+
<li><b>Valgrind is widely used.</b> Valgrind has been used by thousands
of programmers across the world. We have received feedback from
@@ -73,4 +75,5 @@
South Africa and Israel.
<p>
+
<li><b>Valgrind works with programs written in any language.</b>
Because Valgrind works directly with program binaries, it works with
@@ -83,4 +86,11 @@
partly or entirely in C, C++, Java, Perl, Python, x86 assembly code,
Fortran, and many others.
+ <p>
+
+<li><b>Valgrind debugs and profiles your <i>entire</i> program.</b>
+ Unlike tools that require a recompilation step, Valgrind gives you
+ total debugging and profiling coverage of every instruction executed by
+ your program, even within system libraries. You can even use Valgrind
+ on programs for which you don't have the source code.
<p>
|