Re: Performance question with a string concat
- From: Sherm Pendley <spamtrap@xxxxxxxxxxx>
- Date: Sat, 30 Apr 2005 11:12:41 -0400
Ala Qumsieh wrote:
If your app is slow and you want to speed it up, then use the Benchmark module and try to figure out which section of your code takes the most time
I think you might mean Devel::DProf here, although both it and Benchmark are useful to the overall process.
After using Devel::DProf to find out which subroutine takes the most time, you can then use Benchmark to compare alternative implementations of that subroutine against one another.
sherm--
-- Cocoa programming in Perl: http://camelbones.sourceforge.net Hire me! My resume: http://www.dot-app.org .
- References:
- Performance question with a string concat
- From: Simon von Janowsky
- Re: Performance question with a string concat
- From: Ala Qumsieh
- Performance question with a string concat
- Prev by Date: Re: Perfecting index.pl some more!
- Next by Date: About formatting
- Previous by thread: Re: Performance question with a string concat
- Next by thread: Re: Performance question with a string concat
- Index(es):
Relevant Pages
|