Filename | /usr/share/perl5/Date/Manip/TZ/etgmt00.pm |
Statements | Executed 20 statements in 349µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 27µs | 33µs | BEGIN@30 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 23µs | 78µs | BEGIN@34 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 21µs | 42µs | BEGIN@31 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 15µs | 63µs | BEGIN@32 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 11µs | 33µs | BEGIN@36 | Date::Manip::TZ::etgmt00::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
0 | 1 | 63µs | Profile data that couldn't be associated with a specific line: # spent 63µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@32 | ||
1 | 1 | 7µs | package Date::Manip::TZ::etgmt00; | ||
2 | # Copyright (c) 2008-2010 Sullivan Beck. All rights reserved. | ||||
3 | # This program is free software; you can redistribute it and/or modify it | ||||
4 | # under the same terms as Perl itself. | ||||
5 | |||||
6 | # This file was automatically generated. Any changes to this file will | ||||
7 | # be lost the next time 'tzdata' is run. | ||||
8 | # Generated on: Tue Apr 27 10:29:28 EDT 2010 | ||||
9 | # Data version: tzdata2010i | ||||
10 | # Code version: tzcode2010f | ||||
11 | |||||
12 | # This module contains data from the zoneinfo time zone database. The original | ||||
13 | # data was obtained from the URL: | ||||
14 | # ftp://elsie.nci.nih.gov/pub | ||||
15 | |||||
16 | =pod | ||||
17 | |||||
- - | |||||
30 | 3 | 42µs | 2 | 40µs | # spent 33µs (27+7) within Date::Manip::TZ::etgmt00::BEGIN@30 which was called:
# once (27µs+7µs) by Date::Manip::TZ::_module at line 30 # spent 33µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@30
# spent 7µs making 1 call to strict::import |
31 | 3 | 62µs | 2 | 62µs | # spent 42µs (21+21) within Date::Manip::TZ::etgmt00::BEGIN@31 which was called:
# once (21µs+21µs) by Date::Manip::TZ::_module at line 31 # spent 42µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@31
# spent 21µs making 1 call to warnings::import |
32 | 4 | 76µs | 1 | 47µs | # spent 63µs (15+47) within Date::Manip::TZ::etgmt00::BEGIN@32 which was called:
# once (15µs+47µs) by Date::Manip::TZ::_module at line 0 # spent 47µs making 1 call to feature::import |
33 | |||||
34 | 3 | 47µs | 2 | 133µs | # spent 78µs (23+55) within Date::Manip::TZ::etgmt00::BEGIN@34 which was called:
# once (23µs+55µs) by Date::Manip::TZ::_module at line 34 # spent 78µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@34
# spent 55µs making 1 call to vars::import |
35 | |||||
36 | 3 | 92µs | 2 | 55µs | # spent 33µs (11+22) within Date::Manip::TZ::etgmt00::BEGIN@36 which was called:
# once (11µs+22µs) by Date::Manip::TZ::_module at line 36 # spent 33µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@36
# spent 22µs making 1 call to vars::import |
37 | 1 | 500ns | $VERSION='6.11'; | ||
38 | |||||
39 | 1 | 7µs | %Dates = ( | ||
40 | 1 => | ||||
41 | [ | ||||
42 | [ [1,1,2,0,0,0],[1,1,2,0,0,0],'+00:00:00',[0,0,0], | ||||
43 | 'GMT',0,[9999,12,31,0,0,0],[9999,12,31,0,0,0], | ||||
44 | '0001010200:00:00','0001010200:00:00','9999123100:00:00','9999123100:00:00' ], | ||||
45 | ], | ||||
46 | ); | ||||
47 | |||||
48 | 1 | 400ns | %LastRule = ( | ||
49 | ); | ||||
50 | |||||
51 | 1 | 15µs | 1; |