← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:01:25 2013

Filename/usr/share/perl5/Date/Manip/TZ/etgmt00.pm
StatementsExecuted 20 statements in 331µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11124µs31µsDate::Manip::TZ::etgmt00::::BEGIN@30Date::Manip::TZ::etgmt00::BEGIN@30
11118µs94µsDate::Manip::TZ::etgmt00::::BEGIN@32Date::Manip::TZ::etgmt00::BEGIN@32
11115µs66µsDate::Manip::TZ::etgmt00::::BEGIN@34Date::Manip::TZ::etgmt00::BEGIN@34
11115µs38µsDate::Manip::TZ::etgmt00::::BEGIN@31Date::Manip::TZ::etgmt00::BEGIN@31
11111µs40µsDate::Manip::TZ::etgmt00::::BEGIN@36Date::Manip::TZ::etgmt00::BEGIN@36
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
0194µsProfile data that couldn't be associated with a specific line:
# spent 94µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@32
1120µspackage Date::Manip::TZ::etgmt00;
2# Copyright (c) 2008-2010 Sullivan Beck. All rights reserved.
3# This program is free software; you can redistribute it and/or modify it
4# under the same terms as Perl itself.
5
6# This file was automatically generated. Any changes to this file will
7# be lost the next time 'tzdata' is run.
8# Generated on: Tue Apr 27 10:29:28 EDT 2010
9# Data version: tzdata2010i
10# Code version: tzcode2010f
11
12# This module contains data from the zoneinfo time zone database. The original
13# data was obtained from the URL:
14# ftp://elsie.nci.nih.gov/pub
15
16=pod
17
- -
30336µs238µs
# spent 31µs (24+7) within Date::Manip::TZ::etgmt00::BEGIN@30 which was called: # once (24µs+7µs) by Date::Manip::TZ::_module at line 30
use strict;
# spent 31µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@30 # spent 7µs making 1 call to strict::import
31344µs262µs
# spent 38µs (15+23) within Date::Manip::TZ::etgmt00::BEGIN@31 which was called: # once (15µs+23µs) by Date::Manip::TZ::_module at line 31
use warnings;
# spent 38µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@31 # spent 23µs making 1 call to warnings::import
32473µs176µs
# spent 94µs (18+76) within Date::Manip::TZ::etgmt00::BEGIN@32 which was called: # once (18µs+76µs) by Date::Manip::TZ::_module at line 0
require 5.010000;
# spent 76µs making 1 call to feature::import
33
34360µs2117µs
# spent 66µs (15+51) within Date::Manip::TZ::etgmt00::BEGIN@34 which was called: # once (15µs+51µs) by Date::Manip::TZ::_module at line 34
use vars qw(%Dates %LastRule);
# spent 66µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@34 # spent 51µs making 1 call to vars::import
35
36383µs268µs
# spent 40µs (11+29) within Date::Manip::TZ::etgmt00::BEGIN@36 which was called: # once (11µs+29µs) by Date::Manip::TZ::_module at line 36
use vars qw($VERSION);
# spent 40µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@36 # spent 29µs making 1 call to vars::import
371700ns$VERSION='6.11';
38
3917µs%Dates = (
40 1 =>
41 [
42 [ [1,1,2,0,0,0],[1,1,2,0,0,0],'+00:00:00',[0,0,0],
43 'GMT',0,[9999,12,31,0,0,0],[9999,12,31,0,0,0],
44 '0001010200:00:00','0001010200:00:00','9999123100:00:00','9999123100:00:00' ],
45 ],
46);
47
481300ns%LastRule = (
49);
50
5118µs1;