File | /wise/base/deliv/dev/lib/perl/WISE/Ingest.pm | Statements Executed | 6 | Total Time | 0.037592 seconds |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
---|---|---|---|---|---|---|
1 | 1 | 1 | 0.08878 | 0.11465 | WISE::Ingest:: | import |
Line | Stmts. | Exclusive Time | Avg. | Code |
---|---|---|---|---|
1 | ||||
2 | ||||
3 | # set the version | |||
4 | 1 | 2.0e-6 | 2.0e-6 | $WISE::Ingest::VERSION = '1.00'; |
5 | ||||
6 | # Main loader of standard PDL package | |||
7 | ||||
8 | # spent 115ms (88.8+25.9) within WISE::Ingest::import which was called
# once (88.8ms+25.9ms) at line 111 of /wise/base/deliv/dev/bin/wdate | |||
9 | ||||
10 | 3 | 4.1e-5 | 1.4e-5 | my $pkg = (caller())[0]; |
11 | 1 | 0.03754 | 0.03754 | eval <<"EOD"; # spent 180µs making 5 calls to Exporter::Lite::import, avg 36µs/call
# spent 4µs making 1 call to import |
12 | ||||
13 | package $pkg; | |||
14 | ||||
15 | # Load the fundamental packages | |||
16 | use WISE::Ingest::NAIF; | |||
17 | use WISE::Ingest::Seq; | |||
18 | use WISE::Ingest::HK; | |||
19 | use WISE::Ingest::Decom; | |||
20 | use WISE::Ingest::SurveyPlan; | |||
21 | use WISE::Ingest::GroundTrack; | |||
22 | ||||
23 | EOD | |||
24 | ||||
25 | die $@ if $@; | |||
26 | ||||
27 | } | |||
28 | ||||
29 | package WISE::Ingest; | |||
30 | ||||
31 | # Exit with OK status | |||
32 | ||||
33 | 1 | 5.0e-6 | 5.0e-6 | 1; |
34 |