← 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/off412.pm
StatementsExecuted 14 statements in 136µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs24µsDate::Manip::Offset::off412::::BEGIN@17Date::Manip::Offset::off412::BEGIN@17
1116µs13µsDate::Manip::Offset::off412::::BEGIN@18Date::Manip::Offset::off412::BEGIN@18
2114µs4µsDate::Manip::Offset::off412::::ENDDate::Manip::Offset::off412::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::off412;
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
17218µs238µs
# spent 24µs (11+14) within Date::Manip::Offset::off412::BEGIN@17 which was called: # once (11µs+14µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 24µs making 1 call to Date::Manip::Offset::off412::BEGIN@17 # spent 14µs making 1 call to strict::import
18288µs219µs
# spent 13µs (6+6) within Date::Manip::Offset::off412::BEGIN@18 which was called: # once (6µs+6µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 13µs making 1 call to Date::Manip::Offset::off412::BEGIN@18 # spent 6µs making 1 call to warnings::import
19118µsrequire 5.010000;
20
2110sour ($VERSION);
221200ns$VERSION='6.49';
2311µsEND { undef $VERSION; }
24
251200nsour ($Offset,%Offset);
26
# spent 4µs within Date::Manip::Offset::off412::END which was called 2 times, avg 2µs/call: # 2 times (4µs+0s) by main::RUNTIME at line 0 of ../dm5dm6_ex3, avg 2µs/call
END {
271300ns undef $Offset;
2813µs undef %Offset;
29}
30
311100ns$Offset = '-10:00:00';
32
3312µs%Offset = (
34 0 => [
35 'pacific/honolulu',
36 'pacific/tahiti',
37 'pacific/rarotonga',
38 'america/adak',
39 'etc/gmt-10',
40 'k',
41 'pacific/kiritimati',
42 'america/anchorage',
43 ],
44 1 => [
45 'pacific/apia',
46 'america/adak',
47 'america/nome',
48 'pacific/midway',
49 ],
50);
51
5213µs1;