in reply to Profiling a large program

Although you mention DProf as your profiler of choice, I've also liked running Apache::SmallProf which allows the hooks from Devel::SmallProf into mod_perl. In any event, both SmallProf and DProf are really handy tools for mod_perl based applications.

Good luck!

---------
perl -le '$.=[qw(104 97 124 124 116 97)];*p=sub{[@{$_[0]},(45)x 2]};*d=sub{[(45)x 2,@{$_[0]}]};print map{chr}@{p(d($.))}'