Filename | /usr/share/perl5/Date/Manip/TZ/etgmt00.pm |
Statements | Executed 20 statements in 331µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 24µs | 31µs | BEGIN@30 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 18µs | 94µs | BEGIN@32 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 15µs | 66µs | BEGIN@34 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 15µs | 38µs | BEGIN@31 | Date::Manip::TZ::etgmt00::
1 | 1 | 1 | 11µs | 40µs | BEGIN@36 | Date::Manip::TZ::etgmt00::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
0 | 1 | 94µs | Profile data that couldn't be associated with a specific line: # spent 94µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@32 | ||
1 | 1 | 20µ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 | 36µs | 2 | 38µs | # spent 31µs (24+7) within Date::Manip::TZ::etgmt00::BEGIN@30 which was called:
# once (24µs+7µs) by Date::Manip::TZ::_module at line 30 # spent 31µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@30
# spent 7µs making 1 call to strict::import |
31 | 3 | 44µs | 2 | 62µs | # spent 38µs (15+23) within Date::Manip::TZ::etgmt00::BEGIN@31 which was called:
# once (15µs+23µs) by Date::Manip::TZ::_module at line 31 # spent 38µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@31
# spent 23µs making 1 call to warnings::import |
32 | 4 | 73µs | 1 | 76µs | # spent 94µs (18+76) within Date::Manip::TZ::etgmt00::BEGIN@32 which was called:
# once (18µs+76µs) by Date::Manip::TZ::_module at line 0 # spent 76µs making 1 call to feature::import |
33 | |||||
34 | 3 | 60µs | 2 | 117µs | # spent 66µs (15+51) within Date::Manip::TZ::etgmt00::BEGIN@34 which was called:
# once (15µs+51µs) by Date::Manip::TZ::_module at line 34 # spent 66µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@34
# spent 51µs making 1 call to vars::import |
35 | |||||
36 | 3 | 83µs | 2 | 68µs | # spent 40µs (11+29) within Date::Manip::TZ::etgmt00::BEGIN@36 which was called:
# once (11µs+29µs) by Date::Manip::TZ::_module at line 36 # spent 40µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@36
# spent 29µs making 1 call to vars::import |
37 | 1 | 700ns | $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 | 300ns | %LastRule = ( | ||
49 | ); | ||||
50 | |||||
51 | 1 | 8µs | 1; |