← 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/off050.pm
StatementsExecuted 14 statements in 164µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2118µs8µsDate::Manip::Offset::off050::::ENDDate::Manip::Offset::off050::END
1117µs14µsDate::Manip::Offset::off050::::BEGIN@17Date::Manip::Offset::off050::BEGIN@17
1115µs7µsDate::Manip::Offset::off050::::BEGIN@18Date::Manip::Offset::off050::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::off050;
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
17215µs222µs
# spent 14µs (7+8) within Date::Manip::Offset::off050::BEGIN@17 which was called: # once (7µs+8µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 14µs making 1 call to Date::Manip::Offset::off050::BEGIN@17 # spent 8µs making 1 call to strict::import
182116µs29µs
# spent 7µs (5+2) within Date::Manip::Offset::off050::BEGIN@18 which was called: # once (5µs+2µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 7µs making 1 call to Date::Manip::Offset::off050::BEGIN@18 # spent 2µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211100nsour ($VERSION);
221200ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251200nsour ($Offset,%Offset);
26
# spent 8µs within Date::Manip::Offset::off050::END which was called 2 times, avg 4µs/call: # 2 times (8µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 4µs/call
END {
271400ns undef $Offset;
2818µs undef %Offset;
29}
30
311100ns$Offset = '+02:00:00';
32
33114µs%Offset = (
34 0 => [
35 'eet',
36 'asia/beirut',
37 'europe/sofia',
38 'africa/cairo',
39 'asia/gaza',
40 'asia/hebron',
41 'africa/johannesburg',
42 'africa/maputo',
43 'europe/istanbul',
44 'europe/athens',
45 'asia/jerusalem',
46 'asia/damascus',
47 'europe/vilnius',
48 'asia/nicosia',
49 'europe/helsinki',
50 'europe/tallinn',
51 'europe/kiev',
52 'europe/zaporozhye',
53 'europe/riga',
54 'asia/amman',
55 'europe/bucharest',
56 'europe/chisinau',
57 'africa/tripoli',
58 'europe/uzhgorod',
59 'etc/gmt+2',
60 'o',
61 'europe/simferopol',
62 'europe/kaliningrad',
63 'europe/minsk',
64 'africa/khartoum',
65 'africa/windhoek',
66 'europe/moscow',
67 'europe/warsaw',
68 ],
69 1 => [
70 'cet',
71 'europe/berlin',
72 'europe/brussels',
73 'europe/budapest',
74 'europe/copenhagen',
75 'europe/luxembourg',
76 'europe/malta',
77 'europe/oslo',
78 'europe/prague',
79 'europe/rome',
80 'europe/stockholm',
81 'europe/vienna',
82 'europe/warsaw',
83 'met',
84 'europe/amsterdam',
85 'europe/paris',
86 'europe/tirane',
87 'europe/belgrade',
88 'europe/gibraltar',
89 'europe/monaco',
90 'europe/zurich',
91 'europe/madrid',
92 'europe/andorra',
93 'africa/ceuta',
94 'africa/windhoek',
95 'africa/tunis',
96 'europe/vilnius',
97 'africa/tripoli',
98 'europe/lisbon',
99 'africa/ndjamena',
100 'africa/algiers',
101 'europe/london',
102 'europe/kaliningrad',
103 'europe/tallinn',
104 'europe/uzhgorod',
105 'europe/chisinau',
106 'europe/minsk',
107 'europe/riga',
108 'europe/simferopol',
109 'europe/sofia',
110 'europe/athens',
111 'europe/kiev',
112 'europe/zaporozhye',
113 'antarctica/troll',
114 ],
115);
116
11714µs1;