← 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:05 2013

Filename/usr/share/perl5/Date/Manip/Lang/index.pm
StatementsExecuted 19 statements in 297µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11122µs28µsDate::Manip::Lang::index::::BEGIN@24Date::Manip::Lang::index::BEGIN@24
11116µs50µsDate::Manip::Lang::index::::BEGIN@30Date::Manip::Lang::index::BEGIN@30
11115µs58µsDate::Manip::Lang::index::::BEGIN@27Date::Manip::Lang::index::BEGIN@27
11113µs38µsDate::Manip::Lang::index::::BEGIN@25Date::Manip::Lang::index::BEGIN@25
11111µs45µsDate::Manip::Lang::index::::BEGIN@22Date::Manip::Lang::index::BEGIN@22
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
0145µsProfile data that couldn't be associated with a specific line:
# spent 45µs making 1 call to Date::Manip::Lang::index::BEGIN@22
116µspackage Date::Manip::Lang::index;
2# Copyright (c) 2003-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
- -
22455µs134µs
# spent 45µs (11+34) within Date::Manip::Lang::index::BEGIN@22 which was called: # once (11µs+34µs) by Date::Manip::Obj::BEGIN@15 at line 0
require 5.010000;
# spent 34µs making 1 call to feature::import
23
24335µs233µs
# spent 28µs (22+6) within Date::Manip::Lang::index::BEGIN@24 which was called: # once (22µs+6µs) by Date::Manip::Obj::BEGIN@15 at line 24
use strict;
# spent 28µs making 1 call to Date::Manip::Lang::index::BEGIN@24 # spent 6µs making 1 call to strict::import
25335µs264µs
# spent 38µs (13+26) within Date::Manip::Lang::index::BEGIN@25 which was called: # once (13µs+26µs) by Date::Manip::Obj::BEGIN@15 at line 25
use warnings;
# spent 38µs making 1 call to Date::Manip::Lang::index::BEGIN@25 # spent 26µs making 1 call to warnings::import
26
27372µs2101µs
# spent 58µs (15+43) within Date::Manip::Lang::index::BEGIN@27 which was called: # once (15µs+43µs) by Date::Manip::Obj::BEGIN@15 at line 27
use vars qw($VERSION);
# spent 58µs making 1 call to Date::Manip::Lang::index::BEGIN@27 # spent 43µs making 1 call to vars::import
281700ns$VERSION='6.11';
29
30373µs285µs
# spent 50µs (16+34) within Date::Manip::Lang::index::BEGIN@30 which was called: # once (16µs+34µs) by Date::Manip::Obj::BEGIN@15 at line 30
use vars qw(%Lang);
# spent 50µs making 1 call to Date::Manip::Lang::index::BEGIN@30 # spent 34µs making 1 call to vars::import
31
32# A list of languages, and their module name
33
34113µs%Lang = qw( english english
35 italian italian
36 french french
37 romanian romanian
38 swedish swedish
39 german german
40 dutch dutch
41 nederlands dutch
42 polish polish
43 spanish spanish
44 portuguese portugue
45 russian russian
46 turkish turkish
47 danish danish
48 catalan catalan
49 );
50
5117µs1;