← 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/off111.pm
StatementsExecuted 14 statements in 96µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs16µsDate::Manip::Offset::off111::::BEGIN@17Date::Manip::Offset::off111::BEGIN@17
1115µs8µsDate::Manip::Offset::off111::::BEGIN@18Date::Manip::Offset::off111::BEGIN@18
2114µs4µsDate::Manip::Offset::off111::::ENDDate::Manip::Offset::off111::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::off111;
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
17216µs224µs
# spent 16µs (8+8) within Date::Manip::Offset::off111::BEGIN@17 which was called: # once (8µs+8µs) by Date::Manip::TZ::_offmod at line 17
use strict;
# spent 16µs making 1 call to Date::Manip::Offset::off111::BEGIN@17 # spent 8µs making 1 call to strict::import
18265µs210µs
# spent 8µs (5+3) within Date::Manip::Offset::off111::BEGIN@18 which was called: # once (5µs+3µs) by Date::Manip::TZ::_offmod at line 18
use warnings;
# spent 8µs making 1 call to Date::Manip::Offset::off111::BEGIN@18 # spent 2µ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 4µs within Date::Manip::Offset::off111::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 = '+05:30:00';
32
3311µs%Offset = (
34 0 => [
35 'asia/colombo',
36 'asia/thimphu',
37 'asia/kathmandu',
38 'asia/karachi',
39 'asia/dhaka',
40 'asia/kolkata',
41 ],
42);
43
4412µs1;