← 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 17:10:45 2013
Reported on Tue Oct 15 17:12:34 2013

Filename/usr/share/perl5/Date/Manip/TZ/etgmt00.pm
StatementsExecuted 20 statements in 349µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11127µs33µsDate::Manip::TZ::etgmt00::::BEGIN@30Date::Manip::TZ::etgmt00::BEGIN@30
11123µs78µsDate::Manip::TZ::etgmt00::::BEGIN@34Date::Manip::TZ::etgmt00::BEGIN@34
11121µs42µsDate::Manip::TZ::etgmt00::::BEGIN@31Date::Manip::TZ::etgmt00::BEGIN@31
11115µs63µsDate::Manip::TZ::etgmt00::::BEGIN@32Date::Manip::TZ::etgmt00::BEGIN@32
11111µs33µ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
0163µsProfile data that couldn't be associated with a specific line:
# spent 63µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@32
117µ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
- -
30342µs240µs
# spent 33µs (27+7) within Date::Manip::TZ::etgmt00::BEGIN@30 which was called: # once (27µs+7µs) by Date::Manip::TZ::_module at line 30
use strict;
# spent 33µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@30 # spent 7µs making 1 call to strict::import
31362µs262µs
# spent 42µs (21+21) within Date::Manip::TZ::etgmt00::BEGIN@31 which was called: # once (21µs+21µs) by Date::Manip::TZ::_module at line 31
use warnings;
# spent 42µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@31 # spent 21µs making 1 call to warnings::import
32476µs147µs
# spent 63µs (15+47) within Date::Manip::TZ::etgmt00::BEGIN@32 which was called: # once (15µs+47µs) by Date::Manip::TZ::_module at line 0
require 5.010000;
# spent 47µs making 1 call to feature::import
33
34347µs2133µs
# spent 78µs (23+55) within Date::Manip::TZ::etgmt00::BEGIN@34 which was called: # once (23µs+55µs) by Date::Manip::TZ::_module at line 34
use vars qw(%Dates %LastRule);
# spent 78µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@34 # spent 55µs making 1 call to vars::import
35
36392µs255µs
# spent 33µs (11+22) within Date::Manip::TZ::etgmt00::BEGIN@36 which was called: # once (11µs+22µs) by Date::Manip::TZ::_module at line 36
use vars qw($VERSION);
# spent 33µs making 1 call to Date::Manip::TZ::etgmt00::BEGIN@36 # spent 22µs making 1 call to vars::import
371500ns$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
481400ns%LastRule = (
49);
50
51115µs1;