| Filename | /home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off093.pm |
| Statements | Executed 14 statements in 145µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 2 | 1 | 1 | 10µs | 10µs | Date::Manip::Offset::off093::END |
| 1 | 1 | 1 | 7µs | 15µs | Date::Manip::Offset::off093::BEGIN@17 |
| 1 | 1 | 1 | 4µs | 7µs | Date::Manip::Offset::off093::BEGIN@18 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package # | ||||
| 2 | Date::Manip::Offset::off093; | ||||
| 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 | 15µs | 2 | 22µs | # spent 15µs (7+7) within Date::Manip::Offset::off093::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::off093::BEGIN@17
# spent 8µs making 1 call to strict::import |
| 18 | 2 | 97µs | 2 | 10µs | # spent 7µs (4+3) within Date::Manip::Offset::off093::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::off093::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 10µs within Date::Manip::Offset::off093::END which was called 2 times, avg 5µs/call:
# 2 times (10µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 5µs/call | ||||
| 27 | 1 | 500ns | undef $Offset; | ||
| 28 | 1 | 8µs | undef %Offset; | ||
| 29 | } | ||||
| 30 | |||||
| 31 | 1 | 0s | $Offset = '+04:00:00'; | ||
| 32 | |||||
| 33 | 1 | 3µs | %Offset = ( | ||
| 34 | 0 => [ | ||||
| 35 | 'indian/mauritius', | ||||
| 36 | 'indian/mahe', | ||||
| 37 | 'indian/reunion', | ||||
| 38 | 'asia/dubai', | ||||
| 39 | 'europe/samara', | ||||
| 40 | 'europe/volgograd', | ||||
| 41 | 'asia/yerevan', | ||||
| 42 | 'asia/baku', | ||||
| 43 | 'asia/tbilisi', | ||||
| 44 | 'europe/moscow', | ||||
| 45 | 'europe/simferopol', | ||||
| 46 | 'etc/gmt+4', | ||||
| 47 | 'q', | ||||
| 48 | 'asia/aqtau', | ||||
| 49 | 'asia/oral', | ||||
| 50 | 'asia/yekaterinburg', | ||||
| 51 | 'asia/ashgabat', | ||||
| 52 | 'asia/tehran', | ||||
| 53 | 'asia/qatar', | ||||
| 54 | 'asia/kabul', | ||||
| 55 | 'asia/qyzylorda', | ||||
| 56 | 'asia/samarkand', | ||||
| 57 | 'asia/aqtobe', | ||||
| 58 | ], | ||||
| 59 | 1 => [ | ||||
| 60 | 'europe/moscow', | ||||
| 61 | 'europe/samara', | ||||
| 62 | 'europe/volgograd', | ||||
| 63 | 'asia/baghdad', | ||||
| 64 | 'asia/tbilisi', | ||||
| 65 | 'europe/simferopol', | ||||
| 66 | 'asia/yerevan', | ||||
| 67 | 'asia/baku', | ||||
| 68 | 'europe/kaliningrad', | ||||
| 69 | 'europe/vilnius', | ||||
| 70 | 'europe/zaporozhye', | ||||
| 71 | 'europe/chisinau', | ||||
| 72 | 'europe/kiev', | ||||
| 73 | 'europe/minsk', | ||||
| 74 | 'europe/uzhgorod', | ||||
| 75 | 'europe/riga', | ||||
| 76 | 'europe/tallinn', | ||||
| 77 | 'europe/istanbul', | ||||
| 78 | 'asia/jerusalem', | ||||
| 79 | ], | ||||
| 80 | ); | ||||
| 81 | |||||
| 82 | 1 | 14µs | 1; |