|
From: John L. <le...@mo...> - 2003-08-10 12:35:14
|
On Sat, Aug 09, 2003 at 05:41:07PM +0100, Nicholas Nethercote wrote: > I've written a new skin for Valgrind. It's called Massif, and does Fix cut and paste problem in the docs. regards john diff -Naur -x Makefile -x .deps -x autom4te-2.53.cache -x config.log -x config.status -x configure valgrind-MASSIF/massif/docs/ms_main.html v/massif/docs/ms_main.html --- valgrind-MASSIF/massif/docs/ms_main.html 2003-08-08 18:52:02.000000000 +0100 +++ v/massif/docs/ms_main.html 2003-08-10 13:51:38.000000000 +0100 @@ -106,12 +106,12 @@ <a name="basicresults"></a> <h3>7.4 Basic Results of Profiling</h3> -Cache profiling is enabled by using the <code>--skin=massif</code> -option to the <code>valgrind</code> shell script. To gather cache profiling +Space profiling is enabled by using the <code>--skin=massif</code> +option to the <code>valgrind</code> shell script. To gather space profiling information about the program <code>date</code>, type: <p> <blockquote> -<code>valgrind --skin=cachegrind date</code> +<code>valgrind --skin=massif date</code> </blockquote> <p> The program will execute (slowly). Upon completion, summary statistics |