-------- Original Message --------
Subject: Re:Apache::DProf missing some subroutines
From: Geoffrey Young <[EMAIL PROTECTED]>
CC: modperl <modperl@perl.apache.org>
Date: 11 May 2007 14:11:14
Also, Devel::Profiler can't handle many of the DBI implementations (you
have to bad_pkgs=>[] them.
I don't have any trouble with core DBI or DBD::mysql or DBD::Oracle.
but there are lots of DBI-esque packages out there so I'll believe you.
in general Devel::Profiler doesn't like overloaded things.
interesting - DBD::mysql is the one that I reported a problem with a few
years ago:
http://groups.google.co.uk/group/perl.perl5.porters/browse_thread/thread/29602d15e7586b79/a11948e8b7854a4b
you might also try the latest from svn to see if that works better for you:
http://sourceforge.net/projects/devel-profiler/
I have the last released => v0.04, June 9 2002, but I see that there was
a not-yet-released change in 2003 for autoloaded. Might just wait until
an 0.05 is floated - we can always blame the database for performance
issues in the mean time :)
Jeff