← Index
Performance Profile   « block view • line view • sub view »
For /wise/base/deliv/dev/bin/framedepth
  Run on Fri May 28 15:23:26 2010
Reported on Fri May 28 15:26:24 2010

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

Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2124.699774.69977WISE::IPACTblXS::extract_ipac_cols (xsub)
2124.6e-54.6e-5WISE::IPACTblXS::bootstrap (xsub)
00000WISE::IOUtils::BEGIN
00000WISE::IPACTblXS::BEGIN

LineStmts.Exclusive
Time
Avg.Code
1#! /usr/bin/env perl
2
334.8e-51.6e-5use strict;
# spent 29µs making 1 call to strict::import
434.3e-51.4e-5use warnings;
# spent 30µs making 1 call to warnings::import
5
6package WISE::IPACTblXS;
7
837.2e-52.4e-5use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
# spent 98µ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
12100require Exporter;
1311.0e-61.0e-6require DynaLoader;
14
1519.0e-69.0e-6@ISA = qw(Exporter DynaLoader);
16
1711.0e-61.0e-6@EXPORT = qw();
18100@EXPORT_OK = ();
1911.0e-61.0e-6%EXPORT_TAGS = ();
20
2111.0e-61.0e-6$VERSION = '1.00';
22
2312.2e-52.2e-5bootstrap WISE::IPACTblXS $VERSION;
# spent 1.69ms making 1 call to DynaLoader::bootstrap
# spent 46µs within WISE::IPACTblXS::bootstrap which was called # once (46µ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 4.70s within WISE::IPACTblXS::extract_ipac_cols which was called # once (4.70s+0) by WISE::IOUtils::gulp_ipac_tbl at line 384 of /wise/base/deliv/dev/lib/perl/WISE/IOUtils.pm
sub WISE::IPACTblXS::extract_ipac_cols; # xsub