in reply to dprofpp - understanding the output

Those are the BEGIN blocks in those modules. By the way, when profiling something that uses DBI, you almost always want to profile wallclock time, not CPU time. Use the -r flag to dprofpp.

Replies are listed 'Best First'.
Re^2: dprofpp - understanding the output
by kyle (Abbot) on Jul 20, 2007 at 17:33 UTC

    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.

Re^2: dprofpp - understanding the output
by Joost (Canon) on Jul 20, 2007 at 20:03 UTC