|
From: Nicholas N. <nj...@ca...> - 2004-02-11 11:58:11
|
CVS commit by nethercote:
Make vgprof a bit clearer. Giving the skin the same name as the patched
version of gprof is very confusing...
M +5 -5 related.html 1.8
--- devel-home/valgrind/related.html #1.7:1.8
@@ -20,9 +20,9 @@
it collects.
<p>
-<li><a href="http://www.goop.org/~jeremy/valgrind/vgprof.html">VGProf</a>,
- by Jeremy Fitzhardinge, is a profiling tool like gprof, but doesn't
- require recompilation, and works with threaded programs, and can profile
- shared libraries. Jeremy also has various
- <a href="http://www.goop.org/~jeremy/valgrind/">patches</a> for Valgrind.
+<li>Jeremy Fitzhardinge has several Valgrind
+ <a href="http://www.goop.org/~jeremy/valgrind/vgprof.html">patches</a>,
+ including one for vgprof, a Valgrind tool that does profiling like gprof,
+ but doesn't require recompilation, and works with threaded programs, and
+ can profile shared libraries.
<p>
<li>Nick Nethercote has three experimental tools: a heap profiler, a
|