← 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/off021.pm
StatementsExecuted 14 statements in 158µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21110µs10µsDate::Manip::Offset::off021::::ENDDate::Manip::Offset::off021::END
1118µs15µsDate::Manip::Offset::off021::::BEGIN@17Date::Manip::Offset::off021::BEGIN@17
1114µs7µsDate::Manip::Offset::off021::::BEGIN@18Date::Manip::Offset::off021::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::off021;
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 15µs (8+7) within Date::Manip::Offset::off021::BEGIN@17 which was called: # once (8µs+7µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 15µs making 1 call to Date::Manip::Offset::off021::BEGIN@17 # spent 7µs making 1 call to strict::import
182108µs210µs
# spent 7µs (4+3) within Date::Manip::Offset::off021::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::off021::BEGIN@18 # spent 3µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
2110sour ($VERSION);
221200ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251200nsour ($Offset,%Offset);
26
# spent 10µs within Date::Manip::Offset::off021::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
END {
271500ns undef $Offset;
2819µs undef %Offset;
29}
30
311100ns$Offset = '+01:00:00';
32
33115µs%Offset = (
34 0 => [
35 'cet',
36 'met',
37 'europe/belgrade',
38 'europe/budapest',
39 'europe/prague',
40 'europe/berlin',
41 'europe/copenhagen',
42 'europe/malta',
43 'europe/rome',
44 'europe/vienna',
45 'europe/oslo',
46 'europe/zurich',
47 'europe/stockholm',
48 'europe/luxembourg',
49 'africa/ndjamena',
50 'africa/tunis',
51 'europe/tirane',
52 'europe/brussels',
53 'europe/warsaw',
54 'africa/lagos',
55 'africa/algiers',
56 'europe/amsterdam',
57 'europe/paris',
58 'europe/monaco',
59 'europe/andorra',
60 'europe/madrid',
61 'europe/gibraltar',
62 'africa/ceuta',
63 'africa/windhoek',
64 'etc/gmt+1',
65 'n',
66 'europe/vilnius',
67 'africa/tripoli',
68 'europe/lisbon',
69 'europe/uzhgorod',
70 'africa/casablanca',
71 'europe/dublin',
72 'europe/london',
73 'europe/sofia',
74 'europe/kaliningrad',
75 'europe/tallinn',
76 'europe/athens',
77 'europe/chisinau',
78 'europe/minsk',
79 'europe/riga',
80 'europe/simferopol',
81 'europe/kiev',
82 'europe/zaporozhye',
83 ],
84 1 => [
85 'wet',
86 'europe/lisbon',
87 'europe/london',
88 'europe/dublin',
89 'atlantic/madeira',
90 'atlantic/canary',
91 'atlantic/faroe',
92 'africa/casablanca',
93 'africa/algiers',
94 'africa/ceuta',
95 'europe/gibraltar',
96 'europe/madrid',
97 'europe/monaco',
98 'europe/paris',
99 'europe/brussels',
100 'europe/luxembourg',
101 'africa/el_aaiun',
102 ],
103);
104
10514µs1;