← 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/Lang/english.pm
StatementsExecuted 23 statements in 676µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.27ms2.13msDate::Manip::Lang::english::::BEGIN@24Date::Manip::Lang::english::BEGIN@24
111100µs100µsDate::Manip::Lang::english::::CORE:readlineDate::Manip::Lang::english::CORE:readline (opcode)
11118µs73µsDate::Manip::Lang::english::::BEGIN@23Date::Manip::Lang::english::BEGIN@23
11117µs63µsDate::Manip::Lang::english::::BEGIN@32Date::Manip::Lang::english::BEGIN@32
11115µs49µsDate::Manip::Lang::english::::BEGIN@29Date::Manip::Lang::english::BEGIN@29
11115µs38µsDate::Manip::Lang::english::::BEGIN@27Date::Manip::Lang::english::BEGIN@27
11113µs19µsDate::Manip::Lang::english::::BEGIN@26Date::Manip::Lang::english::BEGIN@26
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
0173µsProfile data that couldn't be associated with a specific line:
# spent 73µs making 1 call to Date::Manip::Lang::english::BEGIN@23
117µspackage Date::Manip::Lang::english;
2# Copyright (c) 1995-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########################################################################
7########################################################################
8
9=pod
10
- -
23473µs155µs
# spent 73µs (18+55) within Date::Manip::Lang::english::BEGIN@23 which was called: # once (18µs+55µs) by Date::Manip::Base::_language at line 0
require 5.010000;
# spent 55µs making 1 call to feature::import
243134µs22.20ms
# spent 2.13ms (1.27+864µs) within Date::Manip::Lang::english::BEGIN@24 which was called: # once (1.27ms+864µs) by Date::Manip::Base::_language at line 24
use YAML::Syck;
# spent 2.13ms making 1 call to Date::Manip::Lang::english::BEGIN@24 # spent 76µs making 1 call to Exporter::import
25
26331µs224µs
# spent 19µs (13+5) within Date::Manip::Lang::english::BEGIN@26 which was called: # once (13µs+5µs) by Date::Manip::Base::_language at line 26
use strict;
# spent 19µs making 1 call to Date::Manip::Lang::english::BEGIN@26 # spent 5µs making 1 call to strict::import
27334µs260µs
# spent 38µs (15+23) within Date::Manip::Lang::english::BEGIN@27 which was called: # once (15µs+23µs) by Date::Manip::Base::_language at line 27
use warnings;
# spent 38µs making 1 call to Date::Manip::Lang::english::BEGIN@27 # spent 23µs making 1 call to warnings::import
28
29372µs282µs
# spent 49µs (15+34) within Date::Manip::Lang::english::BEGIN@29 which was called: # once (15µs+34µs) by Date::Manip::Base::_language at line 29
use vars qw($VERSION);
# spent 49µs making 1 call to Date::Manip::Lang::english::BEGIN@29 # spent 34µs making 1 call to vars::import
301700ns$VERSION='6.11';
31
32390µs2108µs
# spent 63µs (17+45) within Date::Manip::Lang::english::BEGIN@32 which was called: # once (17µs+45µs) by Date::Manip::Base::_language at line 32
use vars qw($Language);
# spent 63µs making 1 call to Date::Manip::Lang::english::BEGIN@32 # spent 45µs making 1 call to vars::import
33
341172µs1100µsmy @in = <DATA>;
# spent 100µs making 1 call to Date::Manip::Lang::english::CORE:readline
35125µs1661µs$Language = Load(join('',@in));
# spent 661µs making 1 call to YAML::Syck::Load
36
37136µs1;
38__DATA__
 
# spent 100µs within Date::Manip::Lang::english::CORE:readline which was called: # once (100µs+0s) by Date::Manip::Base::_language at line 34
sub Date::Manip::Lang::english::CORE:readline; # opcode