From: Rafael Garcia-Suarez Date: Wed, 3 Mar 2004 23:01:56 +0000 (+0000) Subject: A couple of notes in perl591delta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a1686c72d588d0df3b5caae0936b4e635ea8b20e;p=p5sagit%2Fp5-mst-13.2.git A couple of notes in perl591delta (about Benchmark and the debugger.) p4raw-id: //depot/perl@22429 --- diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index aa4ef9d..96fea4c 100644 --- a/pod/perl591delta.pod +++ b/pod/perl591delta.pod @@ -68,6 +68,11 @@ C<-x $file && -w _ && -f _>. See L. =over 4 +=item Benchmark + +In C, cmpthese() and timestr() now use the time statistics of +children instead of parent when the selected style is 'nop'. + =item Carp The error messages produced by C now include spaces between the @@ -110,6 +115,10 @@ The documentation has been revised in places to produce more standard manpages. The long-existing feature of C regexps setting C<$_> and pos() is now documented. +The perl debugger now supports a C command, to save the current +history to a file, and an C command, which prints the inheritance tree +of its argument (if the C module is installed.) + =head1 Performance Enhancements =head1 Installation and Configuration Improvements