Filename | /home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off395.pm |
Statements | Executed 14 statements in 111µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 7µs | 15µs | BEGIN@17 | Date::Manip::Offset::off395::
2 | 1 | 1 | 5µs | 5µs | END | Date::Manip::Offset::off395::
1 | 1 | 1 | 4µs | 7µs | BEGIN@18 | Date::Manip::Offset::off395::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package # | ||||
2 | Date::Manip::Offset::off395; | ||||
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:54 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 | 15µs | 2 | 22µs | # spent 15µs (7+7) within Date::Manip::Offset::off395::BEGIN@17 which was called:
# once (7µs+7µs) by Date::Manip::TZ::_offmod at line 17 # spent 15µs making 1 call to Date::Manip::Offset::off395::BEGIN@17
# spent 7µs making 1 call to strict::import |
18 | 2 | 79µs | 2 | 10µs | # spent 7µs (4+3) within Date::Manip::Offset::off395::BEGIN@18 which was called:
# once (4µs+3µs) by Date::Manip::TZ::_offmod at line 18 # spent 7µs making 1 call to Date::Manip::Offset::off395::BEGIN@18
# spent 3µs making 1 call to warnings::import |
19 | 1 | 5µ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 | 200ns | our ($Offset,%Offset); | ||
26 | # spent 5µs within Date::Manip::Offset::off395::END which was called 2 times, avg 3µs/call:
# 2 times (5µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 3µs/call | ||||
27 | 1 | 400ns | undef $Offset; | ||
28 | 1 | 5µs | undef %Offset; | ||
29 | } | ||||
30 | |||||
31 | 1 | 100ns | $Offset = '-08:00:00'; | ||
32 | |||||
33 | 1 | 2µs | %Offset = ( | ||
34 | 0 => [ | ||||
35 | 'america/los_angeles', | ||||
36 | 'america/vancouver', | ||||
37 | 'america/metlakatla', | ||||
38 | 'america/santa_isabel', | ||||
39 | 'america/tijuana', | ||||
40 | 'america/whitehorse', | ||||
41 | 'america/dawson', | ||||
42 | 'pacific/pitcairn', | ||||
43 | 'etc/gmt-8', | ||||
44 | 'h', | ||||
45 | 'america/juneau', | ||||
46 | 'america/sitka', | ||||
47 | 'america/inuvik', | ||||
48 | 'america/dawson_creek', | ||||
49 | 'america/bahia_banderas', | ||||
50 | 'america/hermosillo', | ||||
51 | 'america/mazatlan', | ||||
52 | 'america/boise', | ||||
53 | 'america/creston', | ||||
54 | ], | ||||
55 | 1 => [ | ||||
56 | 'america/juneau', | ||||
57 | 'america/yakutat', | ||||
58 | 'america/anchorage', | ||||
59 | 'america/nome', | ||||
60 | 'america/dawson', | ||||
61 | 'america/whitehorse', | ||||
62 | 'america/sitka', | ||||
63 | ], | ||||
64 | ); | ||||
65 | |||||
66 | 1 | 3µs | 1; |