You can use Devel::DProf, it comes with Perl.

# run the script with profiling turned on
perl -d:DProf diagnostics.pl

# use the dprofpp tool to view the stats
dprofpp

This article explains it a bit.
http://www.perl.com/pub/a/2002/07/16/mod_perl.html

Rob


-----Original Message-----
From: Phil Schaechter [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 6:33 PM
To: [EMAIL PROTECTED]
Subject: performance tuning in perl


Does anyone know of any performance tuning tools for perl?  I'd like to 
analyze my programs to see where it is spending the most time.

If anyone has any suggesstions, I'd appreciate it.

-Phil

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to