← 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/off380.pm
StatementsExecuted 14 statements in 139µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2118µs8µsDate::Manip::Offset::off380::::ENDDate::Manip::Offset::off380::END
1118µs15µsDate::Manip::Offset::off380::::BEGIN@17Date::Manip::Offset::off380::BEGIN@17
1114µs7µsDate::Manip::Offset::off380::::BEGIN@18Date::Manip::Offset::off380::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::off380;
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:54 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
17216µs223µs
# spent 15µs (8+8) within Date::Manip::Offset::off380::BEGIN@17 which was called: # once (8µs+8µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 15µs making 1 call to Date::Manip::Offset::off380::BEGIN@17 # spent 8µs making 1 call to strict::import
18292µs210µs
# spent 7µs (4+3) within Date::Manip::Offset::off380::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::off380::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 8µs within Date::Manip::Offset::off380::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;
2817µs undef %Offset;
29}
30
311100ns$Offset = '-07:00:00';
32
3313µs%Offset = (
34 0 => [
35 'america/denver',
36 'america/phoenix',
37 'america/creston',
38 'america/edmonton',
39 'america/cambridge_bay',
40 'america/chihuahua',
41 'america/hermosillo',
42 'america/mazatlan',
43 'america/ojinaga',
44 'america/boise',
45 'america/yellowknife',
46 'america/dawson_creek',
47 'america/inuvik',
48 'etc/gmt-7',
49 'g',
50 'america/north_dakota/beulah',
51 'america/bahia_banderas',
52 'america/north_dakota/new_salem',
53 'america/north_dakota/center',
54 'pacific/easter',
55 'america/swift_current',
56 'america/regina',
57 'america/mexico_city',
58 'america/santa_isabel',
59 'america/tijuana',
60 ],
61 1 => [
62 'america/los_angeles',
63 'america/vancouver',
64 'america/santa_isabel',
65 'america/tijuana',
66 'america/dawson',
67 'america/whitehorse',
68 'america/juneau',
69 'america/dawson_creek',
70 'america/boise',
71 'america/metlakatla',
72 'america/sitka',
73 ],
74);
75
76114µs1;