← 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/Offset/off093.pm
StatementsExecuted 14 statements in 145µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21110µs10µsDate::Manip::Offset::off093::::ENDDate::Manip::Offset::off093::END
1117µs15µsDate::Manip::Offset::off093::::BEGIN@17Date::Manip::Offset::off093::BEGIN@17
1114µs7µsDate::Manip::Offset::off093::::BEGIN@18Date::Manip::Offset::off093::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::Offset::off093;
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 18:24:53 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.orgtz
16
17215µs222µs
# spent 15µs (7+7) within Date::Manip::Offset::off093::BEGIN@17 which was called: # once (7µs+7µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 15µs making 1 call to Date::Manip::Offset::off093::BEGIN@17 # spent 8µs making 1 call to strict::import
18297µs210µs
# spent 7µs (4+3) within Date::Manip::Offset::off093::BEGIN@18 which was called: # once (4µs+3µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 7µs making 1 call to Date::Manip::Offset::off093::BEGIN@18 # spent 3µs making 1 call to warnings::import
1915µsrequire 5.010000;
20
211100nsour ($VERSION);
221200ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251200nsour ($Offset,%Offset);
26
# spent 10µs within Date::Manip::Offset::off093::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 {
271500ns undef $Offset;
2818µs undef %Offset;
29}
30
3110s$Offset = '+04:00:00';
32
3313µs%Offset = (
34 0 => [
35 'indian/mauritius',
36 'indian/mahe',
37 'indian/reunion',
38 'asia/dubai',
39 'europe/samara',
40 'europe/volgograd',
41 'asia/yerevan',
42 'asia/baku',
43 'asia/tbilisi',
44 'europe/moscow',
45 'europe/simferopol',
46 'etc/gmt+4',
47 'q',
48 'asia/aqtau',
49 'asia/oral',
50 'asia/yekaterinburg',
51 'asia/ashgabat',
52 'asia/tehran',
53 'asia/qatar',
54 'asia/kabul',
55 'asia/qyzylorda',
56 'asia/samarkand',
57 'asia/aqtobe',
58 ],
59 1 => [
60 'europe/moscow',
61 'europe/samara',
62 'europe/volgograd',
63 'asia/baghdad',
64 'asia/tbilisi',
65 'europe/simferopol',
66 'asia/yerevan',
67 'asia/baku',
68 'europe/kaliningrad',
69 'europe/vilnius',
70 'europe/zaporozhye',
71 'europe/chisinau',
72 'europe/kiev',
73 'europe/minsk',
74 'europe/uzhgorod',
75 'europe/riga',
76 'europe/tallinn',
77 'europe/istanbul',
78 'asia/jerusalem',
79 ],
80);
81
82114µs1;