Filename | /home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off163.pm |
Statements | Executed 14 statements in 165µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 26µs | BEGIN@17 | Date::Manip::Offset::off163::
2 | 1 | 1 | 7µs | 7µs | END | Date::Manip::Offset::off163::
1 | 1 | 1 | 6µs | 13µs | BEGIN@18 | Date::Manip::Offset::off163::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package # | ||||
2 | Date::Manip::Offset::off163; | ||||
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 | 20µs | 2 | 39µs | # spent 26µs (13+13) within Date::Manip::Offset::off163::BEGIN@17 which was called:
# once (13µs+13µs) by Date::Manip::TZ::_offmod at line 17 # spent 26µs making 1 call to Date::Manip::Offset::off163::BEGIN@17
# spent 13µs making 1 call to strict::import |
18 | 2 | 110µs | 2 | 20µs | # spent 13µs (6+7) within Date::Manip::Offset::off163::BEGIN@18 which was called:
# once (6µs+7µs) by Date::Manip::TZ::_offmod at line 18 # spent 13µs making 1 call to Date::Manip::Offset::off163::BEGIN@18
# spent 7µs making 1 call to warnings::import |
19 | 1 | 9µs | require 5.010000; | ||
20 | |||||
21 | 1 | 10µs | our ($VERSION); | ||
22 | 1 | 300ns | $VERSION='6.49'; | ||
23 | 1 | 1µs | END { undef $VERSION; } | ||
24 | |||||
25 | 1 | 200ns | our ($Offset,%Offset); | ||
26 | # spent 7µs within Date::Manip::Offset::off163::END which was called 2 times, avg 4µs/call:
# 2 times (7µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 4µs/call | ||||
27 | 1 | 1µs | undef $Offset; | ||
28 | 1 | 6µs | undef %Offset; | ||
29 | } | ||||
30 | |||||
31 | 1 | 100ns | $Offset = '+09:00:00'; | ||
32 | |||||
33 | 1 | 3µs | %Offset = ( | ||
34 | 0 => [ | ||||
35 | 'asia/tokyo', | ||||
36 | 'pacific/palau', | ||||
37 | 'asia/pyongyang', | ||||
38 | 'asia/seoul', | ||||
39 | 'asia/jayapura', | ||||
40 | 'asia/dili', | ||||
41 | 'asia/irkutsk', | ||||
42 | 'asia/yakutsk', | ||||
43 | 'etc/gmt+9', | ||||
44 | 'v', | ||||
45 | 'asia/choibalsan', | ||||
46 | 'asia/vladivostok', | ||||
47 | 'pacific/saipan', | ||||
48 | 'asia/sakhalin', | ||||
49 | 'asia/hong_kong', | ||||
50 | 'asia/jakarta', | ||||
51 | 'asia/kuala_lumpur', | ||||
52 | 'asia/kuching', | ||||
53 | 'asia/makassar', | ||||
54 | 'asia/pontianak', | ||||
55 | 'asia/rangoon', | ||||
56 | 'asia/singapore', | ||||
57 | 'asia/manila', | ||||
58 | 'pacific/nauru', | ||||
59 | 'australia/adelaide', | ||||
60 | 'australia/darwin', | ||||
61 | 'australia/broken_hill', | ||||
62 | 'asia/khandyga', | ||||
63 | 'asia/ust-nera', | ||||
64 | 'asia/chita', | ||||
65 | 'asia/taipei', | ||||
66 | 'pacific/bougainville', | ||||
67 | 'asia/ho_chi_minh', | ||||
68 | ], | ||||
69 | 1 => [ | ||||
70 | 'asia/irkutsk', | ||||
71 | 'australia/perth', | ||||
72 | 'asia/ulaanbaatar', | ||||
73 | 'asia/shanghai', | ||||
74 | 'asia/yakutsk', | ||||
75 | 'asia/macau', | ||||
76 | 'asia/hong_kong', | ||||
77 | 'asia/taipei', | ||||
78 | 'asia/manila', | ||||
79 | 'asia/khandyga', | ||||
80 | 'asia/chita', | ||||
81 | ], | ||||
82 | ); | ||||
83 | |||||
84 | 1 | 4µs | 1; |