← 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/amblan00.pm
StatementsExecuted 14 statements in 201µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21113µs13µsDate::Manip::TZ::amblan00::::ENDDate::Manip::TZ::amblan00::END
1117µs14µsDate::Manip::TZ::amblan00::::BEGIN@17Date::Manip::TZ::amblan00::BEGIN@17
1115µs8µsDate::Manip::TZ::amblan00::::BEGIN@18Date::Manip::TZ::amblan00::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::amblan00;
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
17216µs221µs
# spent 14µs (7+7) within Date::Manip::TZ::amblan00::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::amblan00::BEGIN@17 # spent 7µs making 1 call to strict::import
182138µs210µs
# spent 8µs (5+3) within Date::Manip::TZ::amblan00::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::amblan00::BEGIN@18 # spent 3µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211200nsour (%Dates,%LastRule);
22END {
23110µs undef %Dates;
2411µs undef %LastRule;
25}
26
271100nsour ($VERSION);
281200ns$VERSION='6.49';
2918µs
# spent 13µs within Date::Manip::TZ::amblan00::END which was called 2 times, avg 7µs/call: # 2 times (13µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 7µs/call
END { undef $VERSION; }
30
31114µs%Dates = (
32 1 =>
33 [
34 [ [1,1,2,0,0,0],[1,1,1,20,11,32],'-03:48:28',[-3,-48,-28],
35 'LMT',0,[1884,1,1,3,48,27],[1883,12,31,23,59,59],
36 '0001010200:00:00','0001010120:11:32','1884010103:48:27','1883123123:59:59' ],
37 ],
38 1884 =>
39 [
40 [ [1884,1,1,3,48,28],[1883,12,31,23,48,28],'-04:00:00',[-4,0,0],
41 'AST',0,[1918,4,14,5,59,59],[1918,4,14,1,59,59],
42 '1884010103:48:28','1883123123:48:28','1918041405:59:59','1918041401:59:59' ],
43 ],
44 1918 =>
45 [
46 [ [1918,4,14,6,0,0],[1918,4,14,3,0,0],'-03:00:00',[-3,0,0],
47 'ADT',1,[1918,10,27,4,59,59],[1918,10,27,1,59,59],
48 '1918041406:00:00','1918041403:00:00','1918102704:59:59','1918102701:59:59' ],
49 [ [1918,10,27,5,0,0],[1918,10,27,1,0,0],'-04:00:00',[-4,0,0],
50 'AST',0,[1942,2,9,5,59,59],[1942,2,9,1,59,59],
51 '1918102705:00:00','1918102701:00:00','1942020905:59:59','1942020901:59:59' ],
52 ],
53 1942 =>
54 [
55 [ [1942,2,9,6,0,0],[1942,2,9,3,0,0],'-03:00:00',[-3,0,0],
56 'AWT',1,[1945,8,14,22,59,59],[1945,8,14,19,59,59],
57 '1942020906:00:00','1942020903:00:00','1945081422:59:59','1945081419:59:59' ],
58 ],
59 1945 =>
60 [
61 [ [1945,8,14,23,0,0],[1945,8,14,20,0,0],'-03:00:00',[-3,0,0],
62 'APT',1,[1945,9,30,4,59,59],[1945,9,30,1,59,59],
63 '1945081423:00:00','1945081420:00:00','1945093004:59:59','1945093001:59:59' ],
64 [ [1945,9,30,5,0,0],[1945,9,30,1,0,0],'-04:00:00',[-4,0,0],
65 'AST',0,[9999,12,31,0,0,0],[9999,12,30,20,0,0],
66 '1945093005:00:00','1945093001:00:00','9999123100:00:00','9999123020:00:00' ],
67 ],
68);
69
701200ns%LastRule = (
71);
72
7318µs1;