summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2007-09-03 14:02:05 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-04 13:43:23 +0000
commit038c294adf193153c2760ff49fadaf6fffc4ea93 (patch)
treeac480ec91a583be8832c2b5ef07cb459555cfbe4 /pod/perlhack.pod
parent369ec4b2ef122823029d112a671816cf933b9b89 (diff)
downloadperl-038c294adf193153c2760ff49fadaf6fffc4ea93.tar.gz
Re: [patch] perlhack.pod
Message-ID: <46DCBC9D.3070409@gmail.com> p4raw-id: //depot/perl@31790
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 868c4076ec..a078b3cc34 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -3091,8 +3091,7 @@ logged in files named F<testfile.valgrind>.
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 @@ Display routines that have zero usage.
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