summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorAchim Bohnet <ach@mpe.mpg.de>1998-03-18 21:40:19 +0100
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-04-02 14:28:17 +0000
commit67ce88566282df78bad77aeb9c4b93768bda70aa (patch)
treee13177e367a2dc6f81d3ca4922664982742f6b45 /pod/perlrun.pod
parent640cc98602a3b588e5db3488f51ab69f380b72f1 (diff)
downloadperl-67ce88566282df78bad77aeb9c4b93768bda70aa.tar.gz
perlrun.pod: PERL_DEBUG_MSTATS
p4raw-id: //depot/perl@844
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 534146a77d..87173492d1 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -618,7 +618,8 @@ look in COMSPEC to find a shell fit for interactive use).
=item PERL_DEBUG_MSTATS
-Relevant only if your perl executable was built with B<-DDEBUGGING_MSTATS>,
+Relevant only if perl is compiled with the malloc included with the perl
+distribution (that is, if C<perl -V:d_mymalloc> is 'define'),
if set, this causes memory statistics to be dumped after execution. If set
to an integer greater than one, also causes memory statistics to be dumped
after compilation.