I'd like to collect the following statistics about DBI usage: - total number of rows fetched from all queries - total wall clock time spent waiting for the database
For the second statistic it would be fine if I just got wall clock time "inside" DBI routines (or certain DBI routines). Is there any easy way to do get these numbers? Thanks, ER