Filename | /home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off000.pm |
Statements | Executed 14 statements in 174µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 9µs | 22µs | BEGIN@17 | Date::Manip::Offset::off000::
2 | 1 | 1 | 8µs | 8µs | END | Date::Manip::Offset::off000::
1 | 1 | 1 | 6µs | 12µs | BEGIN@18 | Date::Manip::Offset::off000::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package # | ||||
2 | Date::Manip::Offset::off000; | ||||
3 | # Copyright (c) 2008-2015 Sullivan Beck. All rights reserved. | ||||
4 | # This program is free software; you can redistribute it and/or modify it | ||||
5 | # under the same terms as Perl itself. | ||||
6 | |||||
7 | # This file was automatically generated. Any changes to this file will | ||||
8 | # be lost the next time 'tzdata' is run. | ||||
9 | # Generated on: Wed Feb 18 18:24:53 GMT 2015 | ||||
10 | # Data version: tzdata2015a | ||||
11 | # Code version: tzcode2015a | ||||
12 | |||||
13 | # This module contains data from the zoneinfo time zone database. The original | ||||
14 | # data was obtained from the URL: | ||||
15 | # ftp://ftp.iana.orgtz | ||||
16 | |||||
17 | 2 | 17µs | 2 | 35µs | # spent 22µs (9+13) within Date::Manip::Offset::off000::BEGIN@17 which was called:
# once (9µs+13µs) by Date::Manip::TZ::_offmod at line 17 # spent 22µs making 1 call to Date::Manip::Offset::off000::BEGIN@17
# spent 13µs making 1 call to strict::import |
18 | 2 | 120µs | 2 | 18µs | # spent 12µs (6+6) within Date::Manip::Offset::off000::BEGIN@18 which was called:
# once (6µs+6µs) by Date::Manip::TZ::_offmod at line 18 # spent 12µs making 1 call to Date::Manip::Offset::off000::BEGIN@18
# spent 6µs making 1 call to warnings::import |
19 | 1 | 10µs | require 5.010000; | ||
20 | |||||
21 | 1 | 100ns | our ($VERSION); | ||
22 | 1 | 200ns | $VERSION='6.49'; | ||
23 | 1 | 1µs | END { undef $VERSION; } | ||
24 | |||||
25 | 1 | 300ns | our ($Offset,%Offset); | ||
26 | # spent 8µs within Date::Manip::Offset::off000::END which was called 2 times, avg 4µs/call:
# 2 times (8µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 4µs/call | ||||
27 | 1 | 500ns | undef $Offset; | ||
28 | 1 | 8µs | undef %Offset; | ||
29 | } | ||||
30 | |||||
31 | 1 | 100ns | $Offset = '+00:00:00'; | ||
32 | |||||
33 | 1 | 13µs | %Offset = ( | ||
34 | 0 => [ | ||||
35 | 'wet', | ||||
36 | 'europe/london', | ||||
37 | 'atlantic/faroe', | ||||
38 | 'africa/abidjan', | ||||
39 | 'europe/lisbon', | ||||
40 | 'africa/casablanca', | ||||
41 | 'europe/dublin', | ||||
42 | 'africa/accra', | ||||
43 | 'atlantic/canary', | ||||
44 | 'atlantic/madeira', | ||||
45 | 'atlantic/reykjavik', | ||||
46 | 'africa/monrovia', | ||||
47 | 'africa/bissau', | ||||
48 | 'africa/el_aaiun', | ||||
49 | 'america/danmarkshavn', | ||||
50 | 'etc/gmt', | ||||
51 | 'ut', | ||||
52 | 'utc', | ||||
53 | 'z', | ||||
54 | 'atlantic/azores', | ||||
55 | 'africa/ceuta', | ||||
56 | 'africa/algiers', | ||||
57 | 'america/rankin_inlet', | ||||
58 | 'europe/gibraltar', | ||||
59 | 'america/inuvik', | ||||
60 | 'indian/kerguelen', | ||||
61 | 'america/resolute', | ||||
62 | 'europe/andorra', | ||||
63 | 'america/iqaluit', | ||||
64 | 'europe/brussels', | ||||
65 | 'europe/madrid', | ||||
66 | 'europe/monaco', | ||||
67 | 'europe/paris', | ||||
68 | 'europe/luxembourg', | ||||
69 | 'america/yellowknife', | ||||
70 | 'america/pangnirtung', | ||||
71 | 'america/cambridge_bay', | ||||
72 | 'antarctica/troll', | ||||
73 | 'antarctica/rothera', | ||||
74 | 'antarctica/casey', | ||||
75 | 'antarctica/davis', | ||||
76 | 'antarctica/palmer', | ||||
77 | 'antarctica/syowa', | ||||
78 | 'antarctica/vostok', | ||||
79 | 'antarctica/dumontdurville', | ||||
80 | 'antarctica/mawson', | ||||
81 | 'antarctica/macquarie', | ||||
82 | ], | ||||
83 | 1 => [ | ||||
84 | 'atlantic/azores', | ||||
85 | 'america/scoresbysund', | ||||
86 | 'atlantic/reykjavik', | ||||
87 | 'atlantic/madeira', | ||||
88 | ], | ||||
89 | ); | ||||
90 | |||||
91 | 1 | 4µs | 1; |