← Index
Performance Profile   « block view • line view • sub view »
For /wise/base/deliv/dev/bin/getfix
  Run on Thu May 20 15:30:03 2010
Reported on Thu May 20 16:25:36 2010

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

Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2120.033970.03397WISE::IPACTblXS::construct_ipac_lines (xsub)
2124.7e-54.7e-5WISE::IPACTblXS::bootstrap (xsub)
00000WISE::IOUtils::BEGIN
00000WISE::IPACTblXS::BEGIN

LineStmts.Exclusive
Time
Avg.Code
1#! /usr/bin/env perl
2
333.6e-51.2e-5use strict;
# spent 14µs making 1 call to strict::import
434.5e-51.5e-5use warnings;
# spent 33µs making 1 call to warnings::import
5
6package WISE::IPACTblXS;
7
837.3e-52.4e-5use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
# spent 80µs making 1 call to vars::import
9
1011.0e-61.0e-6my $version = '$Id: IPACTblXS.pm 5619 2009-08-21 20:30:50Z tim $ ';
11
1212.0e-62.0e-6require Exporter;
13100require DynaLoader;
14
1511.0e-51.0e-5@ISA = qw(Exporter DynaLoader);
16
17100@EXPORT = qw();
1811.0e-61.0e-6@EXPORT_OK = ();
1911.0e-61.0e-6%EXPORT_TAGS = ();
20
21100$VERSION = '1.00';
22
2312.5e-52.5e-5bootstrap WISE::IPACTblXS $VERSION;
# spent 2.11ms making 1 call to DynaLoader::bootstrap
# spent 47µs within WISE::IPACTblXS::bootstrap which was called # once (47µ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::IPACTblXS::bootstrap; # xsub
# spent 34.0ms within WISE::IPACTblXS::construct_ipac_lines which was called # once (34.0ms+0) by WISE::IOUtils::make_ipac_rows_fast at line 787 of /wise/base/deliv/dev/lib/perl/WISE/IOUtils.pm
sub WISE::IPACTblXS::construct_ipac_lines; # xsub