From: Achim Bohnet Date: Wed, 18 Mar 1998 20:40:19 +0000 (+0100) Subject: perlrun.pod: PERL_DEBUG_MSTATS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=67ce88566282df78bad77aeb9c4b93768bda70aa;p=p5sagit%2Fp5-mst-13.2.git perlrun.pod: PERL_DEBUG_MSTATS p4raw-id: //depot/perl@844 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 534146a..8717349 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 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.