← 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/off395.pm
StatementsExecuted 14 statements in 111µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1117µs15µsDate::Manip::Offset::off395::::BEGIN@17Date::Manip::Offset::off395::BEGIN@17
2115µs5µsDate::Manip::Offset::off395::::ENDDate::Manip::Offset::off395::END
1114µs7µsDate::Manip::Offset::off395::::BEGIN@18Date::Manip::Offset::off395::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::off395;
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
17215µs222µs
# spent 15µs (7+7) within Date::Manip::Offset::off395::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::off395::BEGIN@17 # spent 7µs making 1 call to strict::import
18279µs210µs
# spent 7µs (4+3) within Date::Manip::Offset::off395::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::off395::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 5µs within Date::Manip::Offset::off395::END which was called 2 times, avg 3µs/call: # 2 times (5µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 3µs/call
END {
271400ns undef $Offset;
2815µs undef %Offset;
29}
30
311100ns$Offset = '-08:00:00';
32
3312µs%Offset = (
34 0 => [
35 'america/los_angeles',
36 'america/vancouver',
37 'america/metlakatla',
38 'america/santa_isabel',
39 'america/tijuana',
40 'america/whitehorse',
41 'america/dawson',
42 'pacific/pitcairn',
43 'etc/gmt-8',
44 'h',
45 'america/juneau',
46 'america/sitka',
47 'america/inuvik',
48 'america/dawson_creek',
49 'america/bahia_banderas',
50 'america/hermosillo',
51 'america/mazatlan',
52 'america/boise',
53 'america/creston',
54 ],
55 1 => [
56 'america/juneau',
57 'america/yakutat',
58 'america/anchorage',
59 'america/nome',
60 'america/dawson',
61 'america/whitehorse',
62 'america/sitka',
63 ],
64);
65
6613µs1;