File | /wise/base/deliv/dev/lib/perl/x86_64-linux-thread-multi/WISE/IPACTblXS.pm | Statements Executed | 18 | Total Time | 0.000194 seconds |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
---|---|---|---|---|---|---|
2 | 1 | 2 | 0.03397 | 0.03397 | WISE::IPACTblXS:: | construct_ipac_lines (xsub) |
2 | 1 | 2 | 4.7e-5 | 4.7e-5 | WISE::IPACTblXS:: | bootstrap (xsub) |
0 | 0 | 0 | 0 | 0 | WISE::IOUtils:: | BEGIN |
0 | 0 | 0 | 0 | 0 | WISE::IPACTblXS:: | BEGIN |
Line | Stmts. | Exclusive Time | Avg. | Code |
---|---|---|---|---|
1 | #! /usr/bin/env perl | |||
2 | ||||
3 | 3 | 3.6e-5 | 1.2e-5 | use strict; # spent 14µs making 1 call to strict::import |
4 | 3 | 4.5e-5 | 1.5e-5 | use warnings; # spent 33µs making 1 call to warnings::import |
5 | ||||
6 | package WISE::IPACTblXS; | |||
7 | ||||
8 | 3 | 7.3e-5 | 2.4e-5 | use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION); # spent 80µs making 1 call to vars::import |
9 | ||||
10 | 1 | 1.0e-6 | 1.0e-6 | my $version = '$Id: IPACTblXS.pm 5619 2009-08-21 20:30:50Z tim $ '; |
11 | ||||
12 | 1 | 2.0e-6 | 2.0e-6 | require Exporter; |
13 | 1 | 0 | 0 | require DynaLoader; |
14 | ||||
15 | 1 | 1.0e-5 | 1.0e-5 | @ISA = qw(Exporter DynaLoader); |
16 | ||||
17 | 1 | 0 | 0 | @EXPORT = qw(); |
18 | 1 | 1.0e-6 | 1.0e-6 | @EXPORT_OK = (); |
19 | 1 | 1.0e-6 | 1.0e-6 | %EXPORT_TAGS = (); |
20 | ||||
21 | 1 | 0 | 0 | $VERSION = '1.00'; |
22 | ||||
23 | 1 | 2.5e-5 | 2.5e-5 | bootstrap 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 | ||||
# 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 |