Filename | /home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off194.pm |
Statements | Executed 14 statements in 172µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 12µs | 25µs | BEGIN@17 | Date::Manip::Offset::off194::
1 | 1 | 1 | 6µs | 12µs | BEGIN@18 | Date::Manip::Offset::off194::
2 | 1 | 1 | 6µs | 6µs | END | Date::Manip::Offset::off194::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package # | ||||
2 | Date::Manip::Offset::off194; | ||||
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 | 19µs | 2 | 38µs | # spent 25µs (12+13) within Date::Manip::Offset::off194::BEGIN@17 which was called:
# once (12µs+13µs) by Date::Manip::TZ::_offmod at line 17 # spent 25µs making 1 call to Date::Manip::Offset::off194::BEGIN@17
# spent 13µs making 1 call to strict::import |
18 | 2 | 120µs | 2 | 19µs | # spent 12µs (6+6) within Date::Manip::Offset::off194::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::off194::BEGIN@18
# spent 6µs making 1 call to warnings::import |
19 | 1 | 9µs | require 5.010000; | ||
20 | |||||
21 | 1 | 100ns | our ($VERSION); | ||
22 | 1 | 100ns | $VERSION='6.49'; | ||
23 | 1 | 900ns | END { undef $VERSION; } | ||
24 | |||||
25 | 1 | 300ns | our ($Offset,%Offset); | ||
26 | # spent 6µs within Date::Manip::Offset::off194::END which was called 2 times, avg 3µs/call:
# 2 times (6µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 3µs/call | ||||
27 | 1 | 300ns | undef $Offset; | ||
28 | 1 | 5µs | undef %Offset; | ||
29 | } | ||||
30 | |||||
31 | 1 | 100ns | $Offset = '+11:00:00'; | ||
32 | |||||
33 | 1 | 4µs | %Offset = ( | ||
34 | 0 => [ | ||||
35 | 'pacific/pohnpei', | ||||
36 | 'pacific/kosrae', | ||||
37 | 'pacific/efate', | ||||
38 | 'pacific/guadalcanal', | ||||
39 | 'pacific/noumea', | ||||
40 | 'asia/sakhalin', | ||||
41 | 'asia/vladivostok', | ||||
42 | 'asia/kamchatka', | ||||
43 | 'asia/magadan', | ||||
44 | 'asia/anadyr', | ||||
45 | 'etc/gmt+11', | ||||
46 | 'x', | ||||
47 | 'antarctica/macquarie', | ||||
48 | 'pacific/kwajalein', | ||||
49 | 'pacific/majuro', | ||||
50 | 'antarctica/casey', | ||||
51 | 'asia/ust-nera', | ||||
52 | 'asia/khandyga', | ||||
53 | 'asia/srednekolymsk', | ||||
54 | 'pacific/bougainville', | ||||
55 | ], | ||||
56 | 1 => [ | ||||
57 | 'australia/melbourne', | ||||
58 | 'australia/currie', | ||||
59 | 'australia/hobart', | ||||
60 | 'australia/sydney', | ||||
61 | 'australia/lord_howe', | ||||
62 | 'antarctica/macquarie', | ||||
63 | 'asia/vladivostok', | ||||
64 | 'asia/sakhalin', | ||||
65 | 'asia/khandyga', | ||||
66 | 'australia/lindeman', | ||||
67 | 'australia/brisbane', | ||||
68 | 'asia/magadan', | ||||
69 | 'asia/ust-nera', | ||||
70 | 'asia/srednekolymsk', | ||||
71 | ], | ||||
72 | ); | ||||
73 | |||||
74 | 1 | 13µs | 1; |