Beechbone has asked for the wisdom of the Perl Monks concerning the following question:
I'm wondering about unaccounted 66 seconds. Where have they gone? CPU load was below 5% before and after the test, so my only guess would be the database, could that be? Or am I misreading this?$ PERL5LIB=./blib/lib dprofpp -p t/14test.t 1..2 # Running under perl version 5.008 for cygwin # Current time local: Tue Mar 16 18:06:59 2004 # Current time GMT: Tue Mar 16 17:06:59 2004 # Using Test.pm version 1.24 ok 1 ok 2 Total Elapsed Time = 84.67001 Seconds User+System Time = 18.05401 Seconds Exclusive Times %Time ExclSec CumulS #Calls sec/call Csec/c Name 39.6 7.155 6.913 73380 0.0001 0.0001 WIP::framework::object::_ +getParams 8.09 1.461 2.281 31929 0.0000 0.0001 WIP::framework::object::l +ogDebug 5.05 0.911 0.902 2511 0.0004 0.0004 DBI::st::execute 4.60 0.830 2.804 18177 0.0000 0.0002 WIP::framework::db::base: +:_expand_ colname 2.84 0.512 0.503 2509 0.0002 0.0002 DBD::DB2::st::_prepare 2.60 0.470 0.199 63864 0.0000 0.0000 Log::Log4perl::Logger::__ +ANON__ 2.33 0.420 3.402 79 0.0053 0.0431 WIP::framework::test::BEG +IN 2.29 0.414 0.545 826 0.0005 0.0007 WIP::framework::config::c +ontainer: :new 2.22 0.401 1.043 7943 0.0001 0.0001 WIP::framework::db::base: +:_getTabl eInfo 2.22 0.400 2.065 2511 0.0002 0.0008 WIP::framework::db::sth:: +execute 2.16 0.390 0.278 31933 0.0000 0.0000 Log::Log4perl::MDC::put 2.05 0.370 0.587 21 0.0176 0.0280 XML::Validator::Schema::B +EGIN 1.99 0.359 3.895 1065 0.0003 0.0037 WIP::framework::db::base: +:_updater ow_hashref 1.88 0.340 5.096 1305 0.0003 0.0039 WIP::framework::db::base: +:_prepare _select 1.50 0.270 0.906 28 0.0096 0.0324 base::import
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "Where have all the Seconds gone?" --- reading dproffpp's output
by castaway (Parson) on Mar 17, 2004 at 13:35 UTC |