in reply to Finding bottlenecks in the code
I've had less problems using Devel::SmallProf than many others. Be warned, it profiles line by line and so *really* slows down the runtime of your code, but the results seem pretty accurate.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Finding bottlenecks in the code
by punkish (Priest) on Jun 12, 2005 at 16:36 UTC | |
by BrowserUk (Patriarch) on Jun 12, 2005 at 18:23 UTC |