← 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/TZ/amatik00.pm
StatementsExecuted 14 statements in 196µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21113µs13µsDate::Manip::TZ::amatik00::::ENDDate::Manip::TZ::amatik00::END
1117µs14µsDate::Manip::TZ::amatik00::::BEGIN@17Date::Manip::TZ::amatik00::BEGIN@17
1115µs8µsDate::Manip::TZ::amatik00::::BEGIN@18Date::Manip::TZ::amatik00::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::TZ::amatik00;
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 16:55:37 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.org/tz
16
17214µs221µs
# spent 14µs (7+7) within Date::Manip::TZ::amatik00::BEGIN@17 which was called: # once (7µs+7µs) by Date::Manip::TZ::_module at line 17
use strict;
# spent 14µs making 1 call to Date::Manip::TZ::amatik00::BEGIN@17 # spent 7µs making 1 call to strict::import
182141µs211µs
# spent 8µs (5+3) within Date::Manip::TZ::amatik00::BEGIN@18 which was called: # once (5µs+3µs) by Date::Manip::TZ::_module at line 18
use warnings;
# spent 8µs making 1 call to Date::Manip::TZ::amatik00::BEGIN@18 # spent 3µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211200nsour (%Dates,%LastRule);
22END {
23110µs undef %Dates;
241900ns undef %LastRule;
25}
26
2710sour ($VERSION);
281200ns$VERSION='6.49';
2912µs
# spent 13µs within Date::Manip::TZ::amatik00::END which was called 2 times, avg 6µs/call: # 2 times (13µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 6µs/call
END { undef $VERSION; }
30
31113µs%Dates = (
32 1 =>
33 [
34 [ [1,1,2,0,0,0],[1,1,1,17,53,32],'-06:06:28',[-6,-6,-28],
35 'LMT',0,[1895,1,1,6,6,27],[1894,12,31,23,59,59],
36 '0001010200:00:00','0001010117:53:32','1895010106:06:27','1894123123:59:59' ],
37 ],
38 1895 =>
39 [
40 [ [1895,1,1,6,6,28],[1895,1,1,0,6,28],'-06:00:00',[-6,0,0],
41 'CST',0,[1918,4,14,7,59,59],[1918,4,14,1,59,59],
42 '1895010106:06:28','1895010100:06:28','1918041407:59:59','1918041401:59:59' ],
43 ],
44 1918 =>
45 [
46 [ [1918,4,14,8,0,0],[1918,4,14,3,0,0],'-05:00:00',[-5,0,0],
47 'CDT',1,[1918,10,27,6,59,59],[1918,10,27,1,59,59],
48 '1918041408:00:00','1918041403:00:00','1918102706:59:59','1918102701:59:59' ],
49 [ [1918,10,27,7,0,0],[1918,10,27,1,0,0],'-06:00:00',[-6,0,0],
50 'CST',0,[1940,9,29,5,59,59],[1940,9,28,23,59,59],
51 '1918102707:00:00','1918102701:00:00','1940092905:59:59','1940092823:59:59' ],
52 ],
53 1940 =>
54 [
55 [ [1940,9,29,6,0,0],[1940,9,29,1,0,0],'-05:00:00',[-5,0,0],
56 'CDT',1,[1942,2,9,7,59,59],[1942,2,9,2,59,59],
57 '1940092906:00:00','1940092901:00:00','1942020907:59:59','1942020902:59:59' ],
58 ],
59 1942 =>
60 [
61 [ [1942,2,9,8,0,0],[1942,2,9,3,0,0],'-05:00:00',[-5,0,0],
62 'CWT',1,[1945,8,14,22,59,59],[1945,8,14,17,59,59],
63 '1942020908:00:00','1942020903:00:00','1945081422:59:59','1945081417:59:59' ],
64 ],
65 1945 =>
66 [
67 [ [1945,8,14,23,0,0],[1945,8,14,18,0,0],'-05:00:00',[-5,0,0],
68 'CPT',1,[1945,9,30,6,59,59],[1945,9,30,1,59,59],
69 '1945081423:00:00','1945081418:00:00','1945093006:59:59','1945093001:59:59' ],
70 [ [1945,9,30,7,0,0],[1945,9,30,2,0,0],'-05:00:00',[-5,0,0],
71 'EST',0,[9999,12,31,0,0,0],[9999,12,30,19,0,0],
72 '1945093007:00:00','1945093002:00:00','9999123100:00:00','9999123019:00:00' ],
73 ],
74);
75
761100ns%LastRule = (
77);
78
7919µs1;