← 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:51 2015

Filename/home/sulbeck/local/lib/perl5/5.20.1/Date/Manip/Offset/off000.pm
StatementsExecuted 14 statements in 174µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs22µsDate::Manip::Offset::off000::::BEGIN@17Date::Manip::Offset::off000::BEGIN@17
2118µs8µsDate::Manip::Offset::off000::::ENDDate::Manip::Offset::off000::END
1116µs12µsDate::Manip::Offset::off000::::BEGIN@18Date::Manip::Offset::off000::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::off000;
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
17217µs235µs
# spent 22µs (9+13) within Date::Manip::Offset::off000::BEGIN@17 which was called: # once (9µs+13µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 22µs making 1 call to Date::Manip::Offset::off000::BEGIN@17 # spent 13µs making 1 call to strict::import
182120µs218µs
# spent 12µs (6+6) within Date::Manip::Offset::off000::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::off000::BEGIN@18 # spent 6µs making 1 call to warnings::import
19110µsrequire 5.010000;
20
211100nsour ($VERSION);
221200ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251300nsour ($Offset,%Offset);
26
# spent 8µs within Date::Manip::Offset::off000::END which was called 2 times, avg 4µs/call: # 2 times (8µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 4µs/call
END {
271500ns undef $Offset;
2818µs undef %Offset;
29}
30
311100ns$Offset = '+00:00:00';
32
33113µs%Offset = (
34 0 => [
35 'wet',
36 'europe/london',
37 'atlantic/faroe',
38 'africa/abidjan',
39 'europe/lisbon',
40 'africa/casablanca',
41 'europe/dublin',
42 'africa/accra',
43 'atlantic/canary',
44 'atlantic/madeira',
45 'atlantic/reykjavik',
46 'africa/monrovia',
47 'africa/bissau',
48 'africa/el_aaiun',
49 'america/danmarkshavn',
50 'etc/gmt',
51 'ut',
52 'utc',
53 'z',
54 'atlantic/azores',
55 'africa/ceuta',
56 'africa/algiers',
57 'america/rankin_inlet',
58 'europe/gibraltar',
59 'america/inuvik',
60 'indian/kerguelen',
61 'america/resolute',
62 'europe/andorra',
63 'america/iqaluit',
64 'europe/brussels',
65 'europe/madrid',
66 'europe/monaco',
67 'europe/paris',
68 'europe/luxembourg',
69 'america/yellowknife',
70 'america/pangnirtung',
71 'america/cambridge_bay',
72 'antarctica/troll',
73 'antarctica/rothera',
74 'antarctica/casey',
75 'antarctica/davis',
76 'antarctica/palmer',
77 'antarctica/syowa',
78 'antarctica/vostok',
79 'antarctica/dumontdurville',
80 'antarctica/mawson',
81 'antarctica/macquarie',
82 ],
83 1 => [
84 'atlantic/azores',
85 'america/scoresbysund',
86 'atlantic/reykjavik',
87 'atlantic/madeira',
88 ],
89);
90
9114µs1;