Note to myself: this looks like a cool module..

Beatnik on 2004-06-04T20:33:49

Apache::DProf.


It's cool, but...

Dom2 on 2004-06-06T07:29:13

It's still fairly inconvenient to use. If you can get away with it, you're better off writing code that can exist outside of mod_perl and using plain old Devel::DProf on it.

-Dom

Re:It's cool, but...

Beatnik on 2004-06-06T11:49:18

So far, it segfaulted on true mod_perl handlers and not on Apache::Registry code.. This will be a fun time for some hacking :)