← 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/pahono00.pm
StatementsExecuted 14 statements in 182µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21112µs12µsDate::Manip::TZ::pahono00::::ENDDate::Manip::TZ::pahono00::END
1118µs16µsDate::Manip::TZ::pahono00::::BEGIN@17Date::Manip::TZ::pahono00::BEGIN@17
1114µs7µsDate::Manip::TZ::pahono00::::BEGIN@18Date::Manip::TZ::pahono00::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::pahono00;
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:38 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µs223µs
# spent 16µs (8+8) within Date::Manip::TZ::pahono00::BEGIN@17 which was called: # once (8µs+8µs) by Date::Manip::TZ::_module at line 17
use strict;
# spent 16µs making 1 call to Date::Manip::TZ::pahono00::BEGIN@17 # spent 8µs making 1 call to strict::import
182131µs29µs
# spent 7µs (4+2) within Date::Manip::TZ::pahono00::BEGIN@18 which was called: # once (4µs+2µs) by Date::Manip::TZ::_module at line 18
use warnings;
# spent 7µs making 1 call to Date::Manip::TZ::pahono00::BEGIN@18 # spent 2µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211200nsour (%Dates,%LastRule);
22END {
2319µs undef %Dates;
241900ns undef %LastRule;
25}
26
2710sour ($VERSION);
281200ns$VERSION='6.49';
2912µs
# spent 12µs within Date::Manip::TZ::pahono00::END which was called 2 times, avg 6µs/call: # 2 times (12µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 6µs/call
END { undef $VERSION; }
30
31112µs%Dates = (
32 1 =>
33 [
34 [ [1,1,2,0,0,0],[1,1,1,13,28,34],'-10:31:26',[-10,-31,-26],
35 'LMT',0,[1896,1,13,22,31,25],[1896,1,13,11,59,59],
36 '0001010200:00:00','0001010113:28:34','1896011322:31:25','1896011311:59:59' ],
37 ],
38 1896 =>
39 [
40 [ [1896,1,13,22,31,26],[1896,1,13,12,1,26],'-10:30:00',[-10,-30,0],
41 'HST',0,[1933,4,30,12,29,59],[1933,4,30,1,59,59],
42 '1896011322:31:26','1896011312:01:26','1933043012:29:59','1933043001:59:59' ],
43 ],
44 1933 =>
45 [
46 [ [1933,4,30,12,30,0],[1933,4,30,3,0,0],'-09:30:00',[-9,-30,0],
47 'HDT',1,[1933,5,21,21,29,59],[1933,5,21,11,59,59],
48 '1933043012:30:00','1933043003:00:00','1933052121:29:59','1933052111:59:59' ],
49 [ [1933,5,21,21,30,0],[1933,5,21,11,0,0],'-10:30:00',[-10,-30,0],
50 'HST',0,[1942,2,9,12,29,59],[1942,2,9,1,59,59],
51 '1933052121:30:00','1933052111:00:00','1942020912:29:59','1942020901:59:59' ],
52 ],
53 1942 =>
54 [
55 [ [1942,2,9,12,30,0],[1942,2,9,3,0,0],'-09:30:00',[-9,-30,0],
56 'HDT',1,[1945,9,30,11,29,59],[1945,9,30,1,59,59],
57 '1942020912:30:00','1942020903:00:00','1945093011:29:59','1945093001:59:59' ],
58 ],
59 1945 =>
60 [
61 [ [1945,9,30,11,30,0],[1945,9,30,1,0,0],'-10:30:00',[-10,-30,0],
62 'HST',0,[1947,6,8,12,29,59],[1947,6,8,1,59,59],
63 '1945093011:30:00','1945093001:00:00','1947060812:29:59','1947060801:59:59' ],
64 ],
65 1947 =>
66 [
67 [ [1947,6,8,12,30,0],[1947,6,8,2,30,0],'-10:00:00',[-10,0,0],
68 'HST',0,[9999,12,31,0,0,0],[9999,12,30,14,0,0],
69 '1947060812:30:00','1947060802:30:00','9999123100:00:00','9999123014:00:00' ],
70 ],
71);
72
731200ns%LastRule = (
74);
75
7618µs1;