← 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/TZ/panoum00.pm
StatementsExecuted 14 statements in 192µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21115µs15µsDate::Manip::TZ::panoum00::::ENDDate::Manip::TZ::panoum00::END
1117µs14µsDate::Manip::TZ::panoum00::::BEGIN@17Date::Manip::TZ::panoum00::BEGIN@17
1114µs7µsDate::Manip::TZ::panoum00::::BEGIN@18Date::Manip::TZ::panoum00::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::panoum00;
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:41 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
17213µs221µs
# spent 14µs (7+7) within Date::Manip::TZ::panoum00::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::panoum00::BEGIN@17 # spent 7µs making 1 call to strict::import
182134µs210µs
# spent 7µs (4+3) within Date::Manip::TZ::panoum00::BEGIN@18 which was called: # once (4µs+3µs) by Date::Manip::TZ::_module at line 18
use warnings;
# spent 7µs making 1 call to Date::Manip::TZ::panoum00::BEGIN@18 # spent 3µs making 1 call to warnings::import
1914µsrequire 5.010000;
20
211200nsour (%Dates,%LastRule);
22END {
23112µs undef %Dates;
2411µs undef %LastRule;
25}
26
271100nsour ($VERSION);
281100ns$VERSION='6.49';
2912µs
# spent 15µs within Date::Manip::TZ::panoum00::END which was called 2 times, avg 8µs/call: # 2 times (15µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 8µs/call
END { undef $VERSION; }
30
31115µs%Dates = (
32 1 =>
33 [
34 [ [1,1,2,0,0,0],[1,1,2,11,5,48],'+11:05:48',[11,5,48],
35 'LMT',0,[1912,1,12,12,54,11],[1912,1,12,23,59,59],
36 '0001010200:00:00','0001010211:05:48','1912011212:54:11','1912011223:59:59' ],
37 ],
38 1912 =>
39 [
40 [ [1912,1,12,12,54,12],[1912,1,12,23,54,12],'+11:00:00',[11,0,0],
41 'NCT',0,[1977,12,3,12,59,59],[1977,12,3,23,59,59],
42 '1912011212:54:12','1912011223:54:12','1977120312:59:59','1977120323:59:59' ],
43 ],
44 1977 =>
45 [
46 [ [1977,12,3,13,0,0],[1977,12,4,1,0,0],'+12:00:00',[12,0,0],
47 'NCST',1,[1978,2,26,11,59,59],[1978,2,26,23,59,59],
48 '1977120313:00:00','1977120401:00:00','1978022611:59:59','1978022623:59:59' ],
49 ],
50 1978 =>
51 [
52 [ [1978,2,26,12,0,0],[1978,2,26,23,0,0],'+11:00:00',[11,0,0],
53 'NCT',0,[1978,12,2,12,59,59],[1978,12,2,23,59,59],
54 '1978022612:00:00','1978022623:00:00','1978120212:59:59','1978120223:59:59' ],
55 [ [1978,12,2,13,0,0],[1978,12,3,1,0,0],'+12:00:00',[12,0,0],
56 'NCST',1,[1979,2,26,11,59,59],[1979,2,26,23,59,59],
57 '1978120213:00:00','1978120301:00:00','1979022611:59:59','1979022623:59:59' ],
58 ],
59 1979 =>
60 [
61 [ [1979,2,26,12,0,0],[1979,2,26,23,0,0],'+11:00:00',[11,0,0],
62 'NCT',0,[1996,11,30,14,59,59],[1996,12,1,1,59,59],
63 '1979022612:00:00','1979022623:00:00','1996113014:59:59','1996120101:59:59' ],
64 ],
65 1996 =>
66 [
67 [ [1996,11,30,15,0,0],[1996,12,1,3,0,0],'+12:00:00',[12,0,0],
68 'NCST',1,[1997,3,1,14,59,59],[1997,3,2,2,59,59],
69 '1996113015:00:00','1996120103:00:00','1997030114:59:59','1997030202:59:59' ],
70 ],
71 1997 =>
72 [
73 [ [1997,3,1,15,0,0],[1997,3,2,2,0,0],'+11:00:00',[11,0,0],
74 'NCT',0,[9999,12,31,0,0,0],[9999,12,31,11,0,0],
75 '1997030115:00:00','1997030202:00:00','9999123100:00:00','9999123111:00:00' ],
76 ],
77);
78
791200ns%LastRule = (
80);
81
8219µs1;