Filename | /home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off412.pm |
Statements | Executed 14 statements in 136µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 11µs | 24µs | BEGIN@17 | Date::Manip::Offset::off412::
1 | 1 | 1 | 6µs | 13µs | BEGIN@18 | Date::Manip::Offset::off412::
2 | 1 | 1 | 4µs | 4µs | END | Date::Manip::Offset::off412::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package # | ||||
2 | Date::Manip::Offset::off412; | ||||
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 | 18µs | 2 | 38µs | # spent 24µs (11+14) within Date::Manip::Offset::off412::BEGIN@17 which was called:
# once (11µs+14µs) by Date::Manip::TZ::_offmod at line 17 # spent 24µs making 1 call to Date::Manip::Offset::off412::BEGIN@17
# spent 14µs making 1 call to strict::import |
18 | 2 | 88µs | 2 | 19µs | # spent 13µs (6+6) within Date::Manip::Offset::off412::BEGIN@18 which was called:
# once (6µs+6µs) by Date::Manip::TZ::_offmod at line 18 # spent 13µs making 1 call to Date::Manip::Offset::off412::BEGIN@18
# spent 6µs making 1 call to warnings::import |
19 | 1 | 18µs | require 5.010000; | ||
20 | |||||
21 | 1 | 0s | our ($VERSION); | ||
22 | 1 | 200ns | $VERSION='6.49'; | ||
23 | 1 | 1µs | END { undef $VERSION; } | ||
24 | |||||
25 | 1 | 200ns | our ($Offset,%Offset); | ||
26 | # spent 4µs within Date::Manip::Offset::off412::END which was called 2 times, avg 2µs/call:
# 2 times (4µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 2µs/call | ||||
27 | 1 | 300ns | undef $Offset; | ||
28 | 1 | 3µs | undef %Offset; | ||
29 | } | ||||
30 | |||||
31 | 1 | 100ns | $Offset = '-10:00:00'; | ||
32 | |||||
33 | 1 | 2µs | %Offset = ( | ||
34 | 0 => [ | ||||
35 | 'pacific/honolulu', | ||||
36 | 'pacific/tahiti', | ||||
37 | 'pacific/rarotonga', | ||||
38 | 'america/adak', | ||||
39 | 'etc/gmt-10', | ||||
40 | 'k', | ||||
41 | 'pacific/kiritimati', | ||||
42 | 'america/anchorage', | ||||
43 | ], | ||||
44 | 1 => [ | ||||
45 | 'pacific/apia', | ||||
46 | 'america/adak', | ||||
47 | 'america/nome', | ||||
48 | 'pacific/midway', | ||||
49 | ], | ||||
50 | ); | ||||
51 | |||||
52 | 1 | 3µs | 1; |