← 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:51 2015

Filename/home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off328.pm
StatementsExecuted 14 statements in 161µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs16µsDate::Manip::Offset::off328::::BEGIN@17Date::Manip::Offset::off328::BEGIN@17
2116µs6µsDate::Manip::Offset::off328::::ENDDate::Manip::Offset::off328::END
1114µs7µsDate::Manip::Offset::off328::::BEGIN@18Date::Manip::Offset::off328::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::off328;
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:54 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
17214µs223µs
# spent 16µs (8+7) within Date::Manip::Offset::off328::BEGIN@17 which was called: # once (8µs+7µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 16µs making 1 call to Date::Manip::Offset::off328::BEGIN@17 # spent 8µs making 1 call to strict::import
182127µs29µs
# spent 7µs (4+3) within Date::Manip::Offset::off328::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::off328::BEGIN@18 # spent 2µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211100nsour ($VERSION);
221100ns$VERSION='6.49';
231900nsEND { undef $VERSION; }
24
251200nsour ($Offset,%Offset);
26
# spent 6µs within Date::Manip::Offset::off328::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 {
271400ns undef $Offset;
2815µs undef %Offset;
29}
30
311100ns$Offset = '-05:00:00';
32
3314µs%Offset = (
34 0 => [
35 'america/new_york',
36 'america/montreal',
37 'america/nipigon',
38 'america/toronto',
39 'america/lima',
40 'america/panama',
41 'america/thunder_bay',
42 'america/cayman',
43 'america/grand_turk',
44 'america/jamaica',
45 'america/nassau',
46 'america/bogota',
47 'america/detroit',
48 'america/port-au-prince',
49 'america/havana',
50 'america/guayaquil',
51 'america/atikokan',
52 'america/iqaluit',
53 'america/indiana/vevay',
54 'america/indiana/indianapolis',
55 'america/indiana/marengo',
56 'america/indiana/winamac',
57 'america/kentucky/louisville',
58 'america/indiana/vincennes',
59 'america/indiana/petersburg',
60 'america/pangnirtung',
61 'america/kentucky/monticello',
62 'america/resolute',
63 'etc/gmt-5',
64 'e',
65 'america/eirunepe',
66 'america/rio_branco',
67 'america/indiana/knox',
68 'america/indiana/tell_city',
69 'america/rankin_inlet',
70 'america/santo_domingo',
71 'america/cambridge_bay',
72 'america/cancun',
73 'america/managua',
74 'pacific/galapagos',
75 'america/merida',
76 'america/menominee',
77 'america/antigua',
78 'america/santiago',
79 'america/chicago',
80 'america/moncton',
81 'pacific/easter',
82 ],
83 1 => [
84 'america/chicago',
85 'america/winnipeg',
86 'america/indiana/knox',
87 'america/indiana/tell_city',
88 'america/menominee',
89 'america/rainy_river',
90 'america/mexico_city',
91 'america/rankin_inlet',
92 'pacific/easter',
93 'america/matamoros',
94 'america/monterrey',
95 'america/north_dakota/center',
96 'america/merida',
97 'america/cancun',
98 'america/north_dakota/new_salem',
99 'america/bahia_banderas',
100 'america/north_dakota/beulah',
101 'america/indiana/petersburg',
102 'america/indiana/vincennes',
103 'america/indiana/winamac',
104 'america/guatemala',
105 'america/managua',
106 'america/resolute',
107 'america/tegucigalpa',
108 'america/kentucky/monticello',
109 'america/cambridge_bay',
110 'america/iqaluit',
111 'america/pangnirtung',
112 'america/chihuahua',
113 'america/ojinaga',
114 'america/costa_rica',
115 'america/el_salvador',
116 'america/belize',
117 'america/indiana/marengo',
118 'america/kentucky/louisville',
119 'america/yellowknife',
120 'america/indiana/indianapolis',
121 'america/atikokan',
122 'america/indiana/vevay',
123 ],
124);
125
12614µs1;