← 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/off163.pm
StatementsExecuted 14 statements in 165µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs26µsDate::Manip::Offset::off163::::BEGIN@17Date::Manip::Offset::off163::BEGIN@17
2117µs7µsDate::Manip::Offset::off163::::ENDDate::Manip::Offset::off163::END
1116µs13µsDate::Manip::Offset::off163::::BEGIN@18Date::Manip::Offset::off163::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::off163;
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
17220µs239µs
# spent 26µs (13+13) within Date::Manip::Offset::off163::BEGIN@17 which was called: # once (13µs+13µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 26µs making 1 call to Date::Manip::Offset::off163::BEGIN@17 # spent 13µs making 1 call to strict::import
182110µs220µs
# spent 13µs (6+7) within Date::Manip::Offset::off163::BEGIN@18 which was called: # once (6µs+7µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 13µs making 1 call to Date::Manip::Offset::off163::BEGIN@18 # spent 7µs making 1 call to warnings::import
1919µsrequire 5.010000;
20
21110µsour ($VERSION);
221300ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251200nsour ($Offset,%Offset);
26
# spent 7µs within Date::Manip::Offset::off163::END which was called 2 times, avg 4µs/call: # 2 times (7µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 4µs/call
END {
2711µs undef $Offset;
2816µs undef %Offset;
29}
30
311100ns$Offset = '+09:00:00';
32
3313µs%Offset = (
34 0 => [
35 'asia/tokyo',
36 'pacific/palau',
37 'asia/pyongyang',
38 'asia/seoul',
39 'asia/jayapura',
40 'asia/dili',
41 'asia/irkutsk',
42 'asia/yakutsk',
43 'etc/gmt+9',
44 'v',
45 'asia/choibalsan',
46 'asia/vladivostok',
47 'pacific/saipan',
48 'asia/sakhalin',
49 'asia/hong_kong',
50 'asia/jakarta',
51 'asia/kuala_lumpur',
52 'asia/kuching',
53 'asia/makassar',
54 'asia/pontianak',
55 'asia/rangoon',
56 'asia/singapore',
57 'asia/manila',
58 'pacific/nauru',
59 'australia/adelaide',
60 'australia/darwin',
61 'australia/broken_hill',
62 'asia/khandyga',
63 'asia/ust-nera',
64 'asia/chita',
65 'asia/taipei',
66 'pacific/bougainville',
67 'asia/ho_chi_minh',
68 ],
69 1 => [
70 'asia/irkutsk',
71 'australia/perth',
72 'asia/ulaanbaatar',
73 'asia/shanghai',
74 'asia/yakutsk',
75 'asia/macau',
76 'asia/hong_kong',
77 'asia/taipei',
78 'asia/manila',
79 'asia/khandyga',
80 'asia/chita',
81 ],
82);
83
8414µs1;