summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-18 08:41:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-18 08:41:24 +0000
commita1b65709f580515c8672567698bd83594ba9d2aa (patch)
tree05ade5cb5f9e0437a87b564d84765ad3677ef13a /pod/perlhack.pod
parent2c91f887f15419ab4d5271c3d098f5e3c98ff314 (diff)
downloadperl-a1b65709f580515c8672567698bd83594ba9d2aa.tar.gz
Warn about the slowness of memory debuggers.
p4raw-id: //depot/perl@20755
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index c1b0c4ad5e..f91334c57e 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -1904,6 +1904,10 @@ some common testing and debugging tools with Perl. This is
meant as a guide to interfacing these tools with Perl, not
as any kind of guide to the use of the tools themselves.
+Note that running under memory debuggers such as Purify, valgrind,
+or Third Degree greatly slows down the execution: seconds become minutes,
+minutes become hours.
+
=head2 Rational Software's Purify
Purify is a commercial tool that is helpful in identifying