Perl optimisation help

Lennart Sorensen lsorense-1wCw9BSqJbv44Nm34jS7GywD8/FfD2ys at public.gmane.org
Thu Jun 8 19:22:02 UTC 2006


On Thu, Jun 08, 2006 at 10:16:13PM +0300, Peter wrote:
> is there some tool that helps optimise Perl, in the manner of gprof or 
> similar ?

man Devel::DProf
man dprofpp

Use is something like:

# perl -d:DProf myscript.pl
# dprofpp

A temp file called tmon.out is created which is what dprofpp looks at.
dprofpp has options to display different information too.

Len Sorensen
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list