← 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/off194.pm
StatementsExecuted 14 statements in 172µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11112µs25µsDate::Manip::Offset::off194::::BEGIN@17Date::Manip::Offset::off194::BEGIN@17
1116µs12µsDate::Manip::Offset::off194::::BEGIN@18Date::Manip::Offset::off194::BEGIN@18
2116µs6µsDate::Manip::Offset::off194::::ENDDate::Manip::Offset::off194::END
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::off194;
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
17219µs238µs
# spent 25µs (12+13) within Date::Manip::Offset::off194::BEGIN@17 which was called: # once (12µs+13µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 25µs making 1 call to Date::Manip::Offset::off194::BEGIN@17 # spent 13µs making 1 call to strict::import
182120µs219µs
# spent 12µs (6+6) within Date::Manip::Offset::off194::BEGIN@18 which was called: # once (6µs+6µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 12µs making 1 call to Date::Manip::Offset::off194::BEGIN@18 # spent 6µs making 1 call to warnings::import
1919µsrequire 5.010000;
20
211100nsour ($VERSION);
221100ns$VERSION='6.49';
231900nsEND { undef $VERSION; }
24
251300nsour ($Offset,%Offset);
26
# spent 6µs within Date::Manip::Offset::off194::END which was called 2 times, avg 3µs/call: # 2 times (6µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 3µs/call
END {
271300ns undef $Offset;
2815µs undef %Offset;
29}
30
311100ns$Offset = '+11:00:00';
32
3314µs%Offset = (
34 0 => [
35 'pacific/pohnpei',
36 'pacific/kosrae',
37 'pacific/efate',
38 'pacific/guadalcanal',
39 'pacific/noumea',
40 'asia/sakhalin',
41 'asia/vladivostok',
42 'asia/kamchatka',
43 'asia/magadan',
44 'asia/anadyr',
45 'etc/gmt+11',
46 'x',
47 'antarctica/macquarie',
48 'pacific/kwajalein',
49 'pacific/majuro',
50 'antarctica/casey',
51 'asia/ust-nera',
52 'asia/khandyga',
53 'asia/srednekolymsk',
54 'pacific/bougainville',
55 ],
56 1 => [
57 'australia/melbourne',
58 'australia/currie',
59 'australia/hobart',
60 'australia/sydney',
61 'australia/lord_howe',
62 'antarctica/macquarie',
63 'asia/vladivostok',
64 'asia/sakhalin',
65 'asia/khandyga',
66 'australia/lindeman',
67 'australia/brisbane',
68 'asia/magadan',
69 'asia/ust-nera',
70 'asia/srednekolymsk',
71 ],
72);
73
74113µs1;