APM: Determining speed

Wayne Walker wwalker at broadq.com
Thu Dec 5 11:14:25 CST 2002


Make sure that Devel::SmallProf and or Devel::DProf are installed from
CPAN.  Then run your script like:

perl -dSmallProf script.pl

This will create a file in the local directory with profiling
information in it.

or perl -dDProf script.pl

then use dprof command to parse the output of DProf.

On Thu, Dec 05, 2002 at 10:43:43AM -0600, Goldilox wrote:
> I just want to say first I appreciate everyone's responses to the questions I
> throw out here, and I have another one...
> 
> I'm pulling from a SQL database (W2K OS) and it is taking a couple seconds to
> display the results (lots of parsing and a couple different SQL queries in one
> script). How can I determine where the time is being spent? i.e. I want to see
> the time spent waiting for the database to deliver its payload vs how long it
> takes the Perl script to do its work. I have no idea of the terminology I
> should be using here, but I'm hoping this is a common interest that might have
> some modules or commands readily available? Basically I want to figure out if
> my Perl is so clunky it could be improved or if it's just the database that is
> taking up most of the time.
> 
> Thanks again!
> 
> Rhett
> 
> _______________________________________________
> Austin mailing list
> Austin at mail.pm.org
> http://mail.pm.org/mailman/listinfo/austin

-- 

Wayne Walker

www.broadq.com :)  Bringing digital video and audio to the living room

And the "Wizard of Bill" says "Please ignore the crash behind the Windows."



More information about the Austin mailing list