← Index
NYTProf Performance Profile   « line view »
For ../dm5dm6_ex3
  Run on Tue Feb 24 07:41:47 2015
Reported on Tue Feb 24 07:41:52 2015

Filename/home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off076.pm
StatementsExecuted 14 statements in 143µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11118µs25µsDate::Manip::Offset::off076::::BEGIN@17Date::Manip::Offset::off076::BEGIN@17
2116µs6µsDate::Manip::Offset::off076::::ENDDate::Manip::Offset::off076::END
1114µs7µsDate::Manip::Offset::off076::::BEGIN@18Date::Manip::Offset::off076::BEGIN@18
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package #
2Date::Manip::Offset::off076;
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
17224µs233µs
# spent 25µs (18+7) within Date::Manip::Offset::off076::BEGIN@17 which was called: # once (18µs+7µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 25µs making 1 call to Date::Manip::Offset::off076::BEGIN@17 # spent 7µs making 1 call to strict::import
182100µs210µs
# spent 7µs (4+3) within Date::Manip::Offset::off076::BEGIN@18 which was called: # once (4µs+3µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 7µs making 1 call to Date::Manip::Offset::off076::BEGIN@18 # spent 3µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211100nsour ($VERSION);
221200ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251300nsour ($Offset,%Offset);
26
# spent 6µs within Date::Manip::Offset::off076::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
END {
271300ns undef $Offset;
2815µs undef %Offset;
29}
30
311100ns$Offset = '+03:00:00';
32
3313µs%Offset = (
34 0 => [
35 'asia/baghdad',
36 'africa/nairobi',
37 'europe/minsk',
38 'europe/kaliningrad',
39 'asia/riyadh',
40 'antarctica/syowa',
41 'asia/qatar',
42 'africa/khartoum',
43 'etc/gmt+3',
44 'p',
45 'europe/moscow',
46 'europe/samara',
47 'europe/volgograd',
48 'asia/tbilisi',
49 'europe/simferopol',
50 'asia/yerevan',
51 'asia/baku',
52 'europe/zaporozhye',
53 'europe/vilnius',
54 'europe/kiev',
55 'europe/chisinau',
56 'europe/uzhgorod',
57 'europe/riga',
58 'europe/tallinn',
59 'europe/istanbul',
60 ],
61 1 => [
62 'eet',
63 'europe/istanbul',
64 'asia/beirut',
65 'asia/damascus',
66 'europe/athens',
67 'europe/bucharest',
68 'europe/chisinau',
69 'asia/gaza',
70 'asia/jerusalem',
71 'asia/hebron',
72 'europe/helsinki',
73 'asia/amman',
74 'asia/nicosia',
75 'europe/sofia',
76 'europe/riga',
77 'europe/tallinn',
78 'europe/vilnius',
79 'europe/zaporozhye',
80 'europe/kiev',
81 'europe/simferopol',
82 'europe/uzhgorod',
83 'africa/cairo',
84 'europe/kaliningrad',
85 'europe/minsk',
86 'europe/moscow',
87 'europe/samara',
88 'africa/khartoum',
89 'europe/berlin',
90 'africa/johannesburg',
91 'africa/windhoek',
92 'europe/warsaw',
93 ],
94);
95
9614µs1;