Being selective in what you profile may help. From the Devel::SmallProf POD
%DB::packages
To only profile code in a certain package, set the %DB::packages array. For example, to see only the code in packages main and Test1, do this:
%DB::packages = ( 'main' => 1, 'Test1' => 1 );
In reply to Re^3: Finding bottlenecks in the code
by BrowserUk
in thread Finding bottlenecks in the code
by punkish
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |