Change 31790 by [EMAIL PROTECTED] on 2007/09/04 13:43:23

        Subject: Re: [patch] perlhack.pod
        From: Jim Cromie <[EMAIL PROTECTED]>
        Date: Mon, 03 Sep 2007 20:02:05 -0600
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlhack.pod#131 edit

Differences ...

==== //depot/perl/pod/perlhack.pod#131 (text) ====
Index: perl/pod/perlhack.pod
--- perl/pod/perlhack.pod#130~31781~    2007-09-02 00:41:57.000000000 -0700
+++ perl/pod/perlhack.pod       2007-09-04 06:43:23.000000000 -0700
@@ -3091,8 +3091,7 @@
 
 Valgrind also provides a cachegrind tool, invoked on perl as:
 
-    VG_OPTS=' --log-fd=3 --suppressions=perl.supp --tool=cachegrind' \
-        make test.valgrind
+    VG_OPTS=--tool=cachegrind make test.valgrind
 
 As system libraries (most notably glibc) are also triggering errors,
 valgrind allows to suppress such errors using suppression files. The
@@ -3253,7 +3252,7 @@
 For more detailed explanation of the available commands and output
 formats, see your own local documentation of gprof.
 
-quick-hint:
+quick hint:
 
     $ sh Configure -des -Dusedevel -Doptimize='-g' -Accflags='-pg' 
-Aldflags='-pg' && make
     $ ./perl someprog # creates gmon.out in current directory
End of Patch.

Reply via email to