← 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/askolk00.pm
StatementsExecuted 14 statements in 186µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21113µs13µsDate::Manip::TZ::askolk00::::ENDDate::Manip::TZ::askolk00::END
1118µs15µsDate::Manip::TZ::askolk00::::BEGIN@17Date::Manip::TZ::askolk00::BEGIN@17
1115µs7µsDate::Manip::TZ::askolk00::::BEGIN@18Date::Manip::TZ::askolk00::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::askolk00;
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:34 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µs221µs
# spent 15µs (8+7) within Date::Manip::TZ::askolk00::BEGIN@17 which was called: # once (8µs+7µs) by Date::Manip::TZ::_module at line 17
use strict;
# spent 15µs making 1 call to Date::Manip::TZ::askolk00::BEGIN@17 # spent 7µs making 1 call to strict::import
182129µs210µs
# spent 7µs (5+3) within Date::Manip::TZ::askolk00::BEGIN@18 which was called: # once (5µs+3µs) by Date::Manip::TZ::_module at line 18
use warnings;
# spent 7µs making 1 call to Date::Manip::TZ::askolk00::BEGIN@18 # spent 2µs making 1 call to warnings::import
1914µsrequire 5.010000;
20
211200nsour (%Dates,%LastRule);
22END {
23110µs undef %Dates;
2411µs undef %LastRule;
25}
26
2710sour ($VERSION);
281200ns$VERSION='6.49';
2912µs
# spent 13µs within Date::Manip::TZ::askolk00::END which was called 2 times, avg 6µs/call: # 2 times (13µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 6µs/call
END { undef $VERSION; }
30
31117µs%Dates = (
32 1 =>
33 [
34 [ [1,1,2,0,0,0],[1,1,2,5,53,28],'+05:53:28',[5,53,28],
35 'LMT',0,[1879,12,31,18,6,31],[1879,12,31,23,59,59],
36 '0001010200:00:00','0001010205:53:28','1879123118:06:31','1879123123:59:59' ],
37 ],
38 1879 =>
39 [
40 [ [1879,12,31,18,6,32],[1879,12,31,23,59,52],'+05:53:20',[5,53,20],
41 'HMT',0,[1941,9,30,18,6,39],[1941,9,30,23,59,59],
42 '1879123118:06:32','1879123123:59:52','1941093018:06:39','1941093023:59:59' ],
43 ],
44 1941 =>
45 [
46 [ [1941,9,30,18,6,40],[1941,10,1,0,36,40],'+06:30:00',[6,30,0],
47 'BURT',0,[1942,5,14,17,29,59],[1942,5,14,23,59,59],
48 '1941093018:06:40','1941100100:36:40','1942051417:29:59','1942051423:59:59' ],
49 ],
50 1942 =>
51 [
52 [ [1942,5,14,17,30,0],[1942,5,14,23,0,0],'+05:30:00',[5,30,0],
53 'IST',0,[1942,8,31,18,29,59],[1942,8,31,23,59,59],
54 '1942051417:30:00','1942051423:00:00','1942083118:29:59','1942083123:59:59' ],
55 [ [1942,8,31,18,30,0],[1942,9,1,1,0,0],'+06:30:00',[6,30,0],
56 'IST',1,[1945,10,14,17,29,59],[1945,10,14,23,59,59],
57 '1942083118:30:00','1942090101:00:00','1945101417:29:59','1945101423:59:59' ],
58 ],
59 1945 =>
60 [
61 [ [1945,10,14,17,30,0],[1945,10,14,23,0,0],'+05:30:00',[5,30,0],
62 'IST',0,[9999,12,31,0,0,0],[9999,12,31,5,30,0],
63 '1945101417:30:00','1945101423:00:00','9999123100:00:00','9999123105:30:00' ],
64 ],
65);
66
671200ns%LastRule = (
68);
69
7017µs1;