← 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/off366.pm
StatementsExecuted 14 statements in 167µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs17µsDate::Manip::Offset::off366::::BEGIN@17Date::Manip::Offset::off366::BEGIN@17
2117µs7µsDate::Manip::Offset::off366::::ENDDate::Manip::Offset::off366::END
1115µs8µsDate::Manip::Offset::off366::::BEGIN@18Date::Manip::Offset::off366::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::off366;
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
17216µs226µs
# spent 17µs (9+9) within Date::Manip::Offset::off366::BEGIN@17 which was called: # once (9µs+9µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 17µs making 1 call to Date::Manip::Offset::off366::BEGIN@17 # spent 9µs making 1 call to strict::import
182120µs211µs
# spent 8µs (5+3) within Date::Manip::Offset::off366::BEGIN@18 which was called: # once (5µs+3µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 8µs making 1 call to Date::Manip::Offset::off366::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
251200nsour ($Offset,%Offset);
26
# spent 7µs within Date::Manip::Offset::off366::END which was called 2 times, avg 3µs/call: # 2 times (7µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 3µs/call
END {
271400ns undef $Offset;
2816µs undef %Offset;
29}
30
311100ns$Offset = '-06:00:00';
32
33114µs%Offset = (
34 0 => [
35 'america/chicago',
36 'america/indiana/knox',
37 'america/indiana/tell_city',
38 'america/menominee',
39 'america/winnipeg',
40 'america/rainy_river',
41 'america/belize',
42 'america/guatemala',
43 'america/costa_rica',
44 'america/el_salvador',
45 'america/tegucigalpa',
46 'america/cancun',
47 'america/matamoros',
48 'america/merida',
49 'america/monterrey',
50 'america/bahia_banderas',
51 'america/mexico_city',
52 'america/managua',
53 'america/rankin_inlet',
54 'america/regina',
55 'america/swift_current',
56 'pacific/easter',
57 'pacific/galapagos',
58 'america/north_dakota/center',
59 'america/north_dakota/new_salem',
60 'america/north_dakota/beulah',
61 'etc/gmt-6',
62 'f',
63 'america/indiana/petersburg',
64 'america/indiana/vincennes',
65 'america/indiana/winamac',
66 'america/resolute',
67 'america/cambridge_bay',
68 'america/kentucky/monticello',
69 'america/iqaluit',
70 'america/pangnirtung',
71 'america/chihuahua',
72 'america/ojinaga',
73 'america/indiana/marengo',
74 'america/kentucky/louisville',
75 'america/indiana/indianapolis',
76 'america/indiana/vevay',
77 'america/hermosillo',
78 'america/mazatlan',
79 'america/atikokan',
80 'america/detroit',
81 'america/thunder_bay',
82 ],
83 1 => [
84 'america/denver',
85 'america/edmonton',
86 'america/boise',
87 'america/cambridge_bay',
88 'america/yellowknife',
89 'america/inuvik',
90 'america/mazatlan',
91 'america/chihuahua',
92 'america/ojinaga',
93 'america/north_dakota/beulah',
94 'america/bahia_banderas',
95 'america/north_dakota/new_salem',
96 'america/hermosillo',
97 'america/north_dakota/center',
98 'pacific/easter',
99 'america/phoenix',
100 'america/swift_current',
101 'america/regina',
102 ],
103);
104
10514µs1;