in reply to Re: dprofpp - understanding the output
in thread dprofpp - understanding the output

when profiling something that uses DBI, you almost always want to profile wallclock time

Yes. It's also handy to use the DBI's own profiling code (invoked by setting a DBI_PROFILE environment variable). See DBI::Profile.