|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Question about benchmarkingby perrin (Chancellor) |
| on Aug 16, 2001 at 22:29 UTC ( [id://105554]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
As mentioned above, Devel::DProf is the best solution for finding things in your code that are slowing it down. However, if that looks too daunting to you, just use Time::HiRes with some print statements to tell you how long a particular section of code took. That will also allow you to time the full execution of your script, to determine if it's the script or the browser that's slowing you down.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||