← 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/off288.pm
StatementsExecuted 14 statements in 192µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs22µsDate::Manip::Offset::off288::::BEGIN@17Date::Manip::Offset::off288::BEGIN@17
2118µs8µsDate::Manip::Offset::off288::::ENDDate::Manip::Offset::off288::END
1116µs12µsDate::Manip::Offset::off288::::BEGIN@18Date::Manip::Offset::off288::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::off288;
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
17218µs234µs
# spent 22µs (11+11) within Date::Manip::Offset::off288::BEGIN@17 which was called: # once (11µs+11µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 22µs making 1 call to Date::Manip::Offset::off288::BEGIN@17 # spent 11µs making 1 call to strict::import
182138µs219µs
# spent 12µs (6+6) within Date::Manip::Offset::off288::BEGIN@18 which was called: # once (6µs+6µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 12µs making 1 call to Date::Manip::Offset::off288::BEGIN@18 # spent 6µs making 1 call to warnings::import
19118µ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::off288::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 {
271300ns undef $Offset;
2818µs undef %Offset;
29}
30
311100ns$Offset = '-04:00:00';
32
3314µs%Offset = (
34 0 => [
35 'america/blanc-sablon',
36 'america/puerto_rico',
37 'america/glace_bay',
38 'america/halifax',
39 'america/moncton',
40 'america/martinique',
41 'america/port_of_spain',
42 'atlantic/stanley',
43 'america/boa_vista',
44 'america/campo_grande',
45 'america/cuiaba',
46 'america/manaus',
47 'america/porto_velho',
48 'america/thule',
49 'america/santiago',
50 'atlantic/bermuda',
51 'america/asuncion',
52 'america/barbados',
53 'america/la_paz',
54 'america/antigua',
55 'america/curacao',
56 'america/goose_bay',
57 'america/santo_domingo',
58 'america/guyana',
59 'america/eirunepe',
60 'america/rio_branco',
61 'etc/gmt-4',
62 'd',
63 'antarctica/palmer',
64 'america/argentina/san_luis',
65 'america/santarem',
66 'america/caracas',
67 'america/argentina/catamarca',
68 'america/argentina/la_rioja',
69 'america/argentina/mendoza',
70 'america/argentina/rio_gallegos',
71 'america/argentina/san_juan',
72 'america/argentina/tucuman',
73 'america/argentina/ushuaia',
74 'america/pangnirtung',
75 'america/argentina/cordoba',
76 'america/argentina/jujuy',
77 'america/argentina/salta',
78 'america/miquelon',
79 'america/argentina/buenos_aires',
80 'america/cayenne',
81 'america/grand_turk',
82 ],
83 1 => [
84 'america/new_york',
85 'america/montreal',
86 'america/nipigon',
87 'america/toronto',
88 'america/havana',
89 'america/detroit',
90 'america/iqaluit',
91 'america/thunder_bay',
92 'america/nassau',
93 'america/kentucky/louisville',
94 'america/indiana/indianapolis',
95 'america/indiana/marengo',
96 'america/indiana/vevay',
97 'america/indiana/vincennes',
98 'america/indiana/winamac',
99 'america/grand_turk',
100 'america/pangnirtung',
101 'america/kentucky/monticello',
102 'america/indiana/petersburg',
103 'america/port-au-prince',
104 'america/cancun',
105 'america/eirunepe',
106 'america/lima',
107 'america/bogota',
108 'america/rio_branco',
109 'america/jamaica',
110 'america/indiana/tell_city',
111 'america/santo_domingo',
112 'america/rankin_inlet',
113 'america/resolute',
114 'america/santiago',
115 ],
116);
117
11814µs1;