in reply to Re: Benchmarking A DB-Intensive Script
in thread Benchmarking A DB-Intensive Script

And when you use Devel::DProf, tell it to report wall time, so you can see the time spent waiting for the database. Otherwise, it just measures CPU, and you get a strange picture in a database-heavy script.
  • Comment on Re^2: Benchmarking A DB-Intensive Script