Revision: 1334
Author: [email protected]
Date: Sat Jul 10 07:38:41 2010
Log: Mention B::Lint module (Devel::FindAmpersand "doesn’t work with a
threaded perl").
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1334
Modified:
/trunk/bin/nytprofhtml
=======================================
--- /trunk/bin/nytprofhtml Thu Jul 8 07:10:06 2010
+++ /trunk/bin/nytprofhtml Sat Jul 10 07:38:41 2010
@@ -200,7 +200,7 @@
<div class="warn"><p>While profiling this file Perl noted the use of one
or more special
variables that impact the performance of <i>all</i> regular expressions in
the program.</p>
-<p>Use of the "<tt>\$`</tt>", "<tt>\$&</tt>", and "<tt>\$'</tt>" variables
should be replaced with faster alternatives.
+<p>Use of the "<tt>\$`</tt>", "<tt>\$&</tt>", and "<tt>\$'</tt>" variables
should be replaced with faster alternatives.<br />
See the WARNING at the end of the <a
href="http://perldoc.perl.org/perlre.html#Capture-buffers">
Capture Buffers section of the perlre documentation</a>.</p>
@@ -210,7 +210,8 @@
compiled the code containing the variables.
If the variables can't be found by studying the source code, try using the
<a
href="http://search.cpan.org/perldoc?Devel::FindAmpersand">Devel::FindAmpersand</a>
-module.</p>
+or <a href="http://search.cpan.org/perldoc?B::Lint">B::Lint</a>
+modules.</p>
</div>\n}
}
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]