← 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/off263.pm
StatementsExecuted 14 statements in 211µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs24µsDate::Manip::Offset::off263::::BEGIN@17Date::Manip::Offset::off263::BEGIN@17
2118µs8µsDate::Manip::Offset::off263::::ENDDate::Manip::Offset::off263::END
1116µs12µsDate::Manip::Offset::off263::::BEGIN@18Date::Manip::Offset::off263::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::off263;
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µs238µs
# spent 24µs (11+14) within Date::Manip::Offset::off263::BEGIN@17 which was called: # once (11µs+14µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 24µs making 1 call to Date::Manip::Offset::off263::BEGIN@17 # spent 14µs making 1 call to strict::import
182144µs219µs
# spent 12µs (6+6) within Date::Manip::Offset::off263::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::off263::BEGIN@18 # spent 6µs making 1 call to warnings::import
19121µsrequire 5.010000;
20
211100nsour ($VERSION);
221200ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251300nsour ($Offset,%Offset);
26
# spent 8µs within Date::Manip::Offset::off263::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 = '-03:00:00';
32
3314µs%Offset = (
34 0 => [
35 'america/sao_paulo',
36 'america/araguaina',
37 'america/bahia',
38 'america/belem',
39 'america/fortaleza',
40 'america/maceio',
41 'america/recife',
42 'america/godthab',
43 'america/montevideo',
44 'america/cayenne',
45 'america/argentina/buenos_aires',
46 'america/argentina/catamarca',
47 'america/argentina/cordoba',
48 'america/argentina/jujuy',
49 'america/argentina/la_rioja',
50 'america/argentina/mendoza',
51 'america/argentina/rio_gallegos',
52 'america/argentina/salta',
53 'america/argentina/san_juan',
54 'america/argentina/tucuman',
55 'america/argentina/ushuaia',
56 'america/miquelon',
57 'america/paramaribo',
58 'america/santarem',
59 'etc/gmt-3',
60 'c',
61 'antarctica/rothera',
62 'america/argentina/san_luis',
63 'america/danmarkshavn',
64 'america/guyana',
65 'atlantic/stanley',
66 'america/asuncion',
67 'antarctica/palmer',
68 'america/santiago',
69 ],
70 1 => [
71 'america/halifax',
72 'america/glace_bay',
73 'america/moncton',
74 'america/argentina/san_luis',
75 'america/campo_grande',
76 'america/cuiaba',
77 'atlantic/stanley',
78 'america/goose_bay',
79 'america/santiago',
80 'atlantic/bermuda',
81 'america/asuncion',
82 'america/thule',
83 'antarctica/palmer',
84 'america/argentina/buenos_aires',
85 'america/argentina/catamarca',
86 'america/argentina/cordoba',
87 'america/argentina/jujuy',
88 'america/argentina/la_rioja',
89 'america/argentina/mendoza',
90 'america/argentina/rio_gallegos',
91 'america/argentina/salta',
92 'america/argentina/san_juan',
93 'america/argentina/tucuman',
94 'america/argentina/ushuaia',
95 'america/boa_vista',
96 'america/manaus',
97 'america/pangnirtung',
98 'america/porto_velho',
99 'america/santarem',
100 'america/barbados',
101 'america/martinique',
102 'america/iqaluit',
103 'america/blanc-sablon',
104 'america/puerto_rico',
105 'america/montevideo',
106 ],
107);
108
109114µs1;