Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am completely self taught and don't know anyone that can point out stupid flaws that I could avoid to make my scripts run better, faster, etc...
Basically I want to be able to see how long the script is running inside of each subroutine, loop, etc, so I can get an idea of where I need to look at for optimizations.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: A module that profiles a perl script?
by FunkyMonk (Chancellor) on Aug 28, 2010 at 23:54 UTC | |
Re: A module that profiles a perl script?
by toolic (Bishop) on Aug 29, 2010 at 00:08 UTC | |
Re: A module that profiles a perl script?
by murugu (Curate) on Aug 29, 2010 at 01:29 UTC | |
Re: A module that profiles a perl script?
by locked_user sundialsvc4 (Abbot) on Aug 30, 2010 at 15:42 UTC |