← 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/pamidw00.pm
StatementsExecuted 14 statements in 183µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21110µs10µsDate::Manip::TZ::pamidw00::::ENDDate::Manip::TZ::pamidw00::END
11110µs24µsDate::Manip::TZ::pamidw00::::BEGIN@17Date::Manip::TZ::pamidw00::BEGIN@17
1116µs12µsDate::Manip::TZ::pamidw00::::BEGIN@18Date::Manip::TZ::pamidw00::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::pamidw00;
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:33 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
17217µs238µs
# spent 24µs (10+14) within Date::Manip::TZ::pamidw00::BEGIN@17 which was called: # once (10µs+14µs) by Date::Manip::TZ::_module at line 17
use strict;
# spent 24µs making 1 call to Date::Manip::TZ::pamidw00::BEGIN@17 # spent 14µs making 1 call to strict::import
182131µs219µs
# spent 12µs (6+6) within Date::Manip::TZ::pamidw00::BEGIN@18 which was called: # once (6µs+6µs) by Date::Manip::TZ::_module at line 18
use warnings;
# spent 12µs making 1 call to Date::Manip::TZ::pamidw00::BEGIN@18 # spent 6µs making 1 call to warnings::import
1917µsrequire 5.010000;
20
211300nsour (%Dates,%LastRule);
22END {
2317µs undef %Dates;
241900ns undef %LastRule;
25}
26
2710sour ($VERSION);
281100ns$VERSION='6.49';
2912µs
# spent 10µs within Date::Manip::TZ::pamidw00::END which was called 2 times, avg 5µs/call: # 2 times (10µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 5µs/call
END { undef $VERSION; }
30
31110µs%Dates = (
32 1 =>
33 [
34 [ [1,1,2,0,0,0],[1,1,1,12,10,32],'-11:49:28',[-11,-49,-28],
35 'LMT',0,[1901,1,1,11,49,27],[1900,12,31,23,59,59],
36 '0001010200:00:00','0001010112:10:32','1901010111:49:27','1900123123:59:59' ],
37 ],
38 1901 =>
39 [
40 [ [1901,1,1,11,49,28],[1901,1,1,0,49,28],'-11:00:00',[-11,0,0],
41 'NST',0,[1956,6,3,10,59,59],[1956,6,2,23,59,59],
42 '1901010111:49:28','1901010100:49:28','1956060310:59:59','1956060223:59:59' ],
43 ],
44 1956 =>
45 [
46 [ [1956,6,3,11,0,0],[1956,6,3,1,0,0],'-10:00:00',[-10,0,0],
47 'NDT',1,[1956,9,2,9,59,59],[1956,9,1,23,59,59],
48 '1956060311:00:00','1956060301:00:00','1956090209:59:59','1956090123:59:59' ],
49 [ [1956,9,2,10,0,0],[1956,9,1,23,0,0],'-11:00:00',[-11,0,0],
50 'NST',0,[1967,4,1,10,59,59],[1967,3,31,23,59,59],
51 '1956090210:00:00','1956090123:00:00','1967040110:59:59','1967033123:59:59' ],
52 ],
53 1967 =>
54 [
55 [ [1967,4,1,11,0,0],[1967,4,1,0,0,0],'-11:00:00',[-11,0,0],
56 'BST',0,[1983,11,30,10,59,59],[1983,11,29,23,59,59],
57 '1967040111:00:00','1967040100:00:00','1983113010:59:59','1983112923:59:59' ],
58 ],
59 1983 =>
60 [
61 [ [1983,11,30,11,0,0],[1983,11,30,0,0,0],'-11:00:00',[-11,0,0],
62 'SST',0,[9999,12,31,0,0,0],[9999,12,30,13,0,0],
63 '1983113011:00:00','1983113000:00:00','9999123100:00:00','9999123013:00:00' ],
64 ],
65);
66
671200ns%LastRule = (
68);
69
7017µs1;