| Filename | /home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off111.pm |
| Statements | Executed 14 statements in 96µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 8µs | 16µs | Date::Manip::Offset::off111::BEGIN@17 |
| 1 | 1 | 1 | 5µs | 8µs | Date::Manip::Offset::off111::BEGIN@18 |
| 2 | 1 | 1 | 4µs | 4µs | Date::Manip::Offset::off111::END |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package # | ||||
| 2 | Date::Manip::Offset::off111; | ||||
| 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 | 16µs | 2 | 24µs | # spent 16µs (8+8) within Date::Manip::Offset::off111::BEGIN@17 which was called:
# once (8µs+8µs) by Date::Manip::TZ::_offmod at line 17 # spent 16µs making 1 call to Date::Manip::Offset::off111::BEGIN@17
# spent 8µs making 1 call to strict::import |
| 18 | 2 | 65µs | 2 | 10µs | # spent 8µs (5+3) within Date::Manip::Offset::off111::BEGIN@18 which was called:
# once (5µs+3µs) by Date::Manip::TZ::_offmod at line 18 # spent 8µs making 1 call to Date::Manip::Offset::off111::BEGIN@18
# spent 2µ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 4µs within Date::Manip::Offset::off111::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 = '+05:30:00'; | ||
| 32 | |||||
| 33 | 1 | 1µs | %Offset = ( | ||
| 34 | 0 => [ | ||||
| 35 | 'asia/colombo', | ||||
| 36 | 'asia/thimphu', | ||||
| 37 | 'asia/kathmandu', | ||||
| 38 | 'asia/karachi', | ||||
| 39 | 'asia/dhaka', | ||||
| 40 | 'asia/kolkata', | ||||
| 41 | ], | ||||
| 42 | ); | ||||
| 43 | |||||
| 44 | 1 | 2µs | 1; |