← 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/afjoha00.pm
StatementsExecuted 14 statements in 243µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21144µs44µsDate::Manip::TZ::afjoha00::::ENDDate::Manip::TZ::afjoha00::END
11110µs31µsDate::Manip::TZ::afjoha00::::BEGIN@17Date::Manip::TZ::afjoha00::BEGIN@17
1116µs10µsDate::Manip::TZ::afjoha00::::BEGIN@18Date::Manip::TZ::afjoha00::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::afjoha00;
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:36 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
17218µs252µs
# spent 31µs (10+21) within Date::Manip::TZ::afjoha00::BEGIN@17 which was called: # once (10µs+21µs) by Date::Manip::TZ::_module at line 17
use strict;
# spent 31µs making 1 call to Date::Manip::TZ::afjoha00::BEGIN@17 # spent 21µs making 1 call to strict::import
182134µs213µs
# spent 10µs (6+4) within Date::Manip::TZ::afjoha00::BEGIN@18 which was called: # once (6µs+4µs) by Date::Manip::TZ::_module at line 18
use warnings;
# spent 10µs making 1 call to Date::Manip::TZ::afjoha00::BEGIN@18 # spent 4µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211200nsour (%Dates,%LastRule);
22END {
23141µs undef %Dates;
2412µs undef %LastRule;
25}
26
271100nsour ($VERSION);
281200ns$VERSION='6.49';
29120µs
# spent 44µs within Date::Manip::TZ::afjoha00::END which was called 2 times, avg 22µs/call: # 2 times (44µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 22µs/call
END { undef $VERSION; }
30
31115µs%Dates = (
32 1 =>
33 [
34 [ [1,1,2,0,0,0],[1,1,2,1,52,0],'+01:52:00',[1,52,0],
35 'LMT',0,[1892,2,7,22,7,59],[1892,2,7,23,59,59],
36 '0001010200:00:00','0001010201:52:00','1892020722:07:59','1892020723:59:59' ],
37 ],
38 1892 =>
39 [
40 [ [1892,2,7,22,8,0],[1892,2,7,23,38,0],'+01:30:00',[1,30,0],
41 'SAST',0,[1903,2,28,22,29,59],[1903,2,28,23,59,59],
42 '1892020722:08:00','1892020723:38:00','1903022822:29:59','1903022823:59:59' ],
43 ],
44 1903 =>
45 [
46 [ [1903,2,28,22,30,0],[1903,3,1,0,30,0],'+02:00:00',[2,0,0],
47 'SAST',0,[1942,9,19,23,59,59],[1942,9,20,1,59,59],
48 '1903022822:30:00','1903030100:30:00','1942091923:59:59','1942092001:59:59' ],
49 ],
50 1942 =>
51 [
52 [ [1942,9,20,0,0,0],[1942,9,20,3,0,0],'+03:00:00',[3,0,0],
53 'SAST',1,[1943,3,20,22,59,59],[1943,3,21,1,59,59],
54 '1942092000:00:00','1942092003:00:00','1943032022:59:59','1943032101:59:59' ],
55 ],
56 1943 =>
57 [
58 [ [1943,3,20,23,0,0],[1943,3,21,1,0,0],'+02:00:00',[2,0,0],
59 'SAST',0,[1943,9,18,23,59,59],[1943,9,19,1,59,59],
60 '1943032023:00:00','1943032101:00:00','1943091823:59:59','1943091901:59:59' ],
61 [ [1943,9,19,0,0,0],[1943,9,19,3,0,0],'+03:00:00',[3,0,0],
62 'SAST',1,[1944,3,18,22,59,59],[1944,3,19,1,59,59],
63 '1943091900:00:00','1943091903:00:00','1944031822:59:59','1944031901:59:59' ],
64 ],
65 1944 =>
66 [
67 [ [1944,3,18,23,0,0],[1944,3,19,1,0,0],'+02:00:00',[2,0,0],
68 'SAST',0,[9999,12,31,0,0,0],[9999,12,31,2,0,0],
69 '1944031823:00:00','1944031901:00:00','9999123100:00:00','9999123102:00:00' ],
70 ],
71);
72
731200ns%LastRule = (
74);
75
7618µs1;