← Index
Performance Profile   « block view • line view • sub view »
For /wise/base/deliv/dev/bin/wdate
  Run on Fri Jun 4 15:13:22 2010
Reported on Fri Jun 4 15:14:21 2010

File/wise/base/deliv/dev/lib/perl/x86_64-linux-thread-multi/WISE/Ingest/Rice.pm
Statements Executed18
Total Time0.000197 seconds

Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2127.0e-57.0e-5WISE::Ingest::Rice::bootstrap (xsub)
00000WISE::Ingest::Rice::BEGIN

LineStmts.Exclusive
Time
Avg.Code
1
232.8e-59.3e-6use strict;
# spent 9µs making 1 call to strict::import
333.9e-51.3e-5use warnings;
# spent 21µs making 1 call to warnings::import
4
5package WISE::Ingest::Rice;
6
733.2e-51.1e-5use WISE::Env (cfglib => '<:LIB:>');
# spent 442µs making 1 call to WISE::Env::import
8
936.6e-52.2e-5use vars qw(@ISA $VERSION);
# spent 44µs making 1 call to vars::import
10
11100require DynaLoader;
1219.0e-69.0e-6@ISA = qw(DynaLoader);
13
1411.0e-61.0e-6$VERSION = 1.00;
1511.4e-51.4e-5bootstrap WISE::Ingest::Rice $VERSION;
# spent 4.31ms making 1 call to DynaLoader::bootstrap
16
1711.0e-61.0e-6my $version = '$Id: Rice.pm 5619 2009-08-21 20:30:50Z tim $ ';
18
1917.0e-67.0e-61;
# spent 70µs within WISE::Ingest::Rice::bootstrap which was called # once (70µs+0) by DynaLoader::bootstrap at line 226 of /opt/wise/lib/perl5/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm
sub WISE::Ingest::Rice::bootstrap; # xsub