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

Filename/usr/share/perl5/Date/Manip/Lang/index.pm
StatementsExecuted 19 statements in 307µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11119µs24µsDate::Manip::Lang::index::::BEGIN@24Date::Manip::Lang::index::BEGIN@24
11115µs126µsDate::Manip::Lang::index::::BEGIN@30Date::Manip::Lang::index::BEGIN@30
11115µs37µsDate::Manip::Lang::index::::BEGIN@25Date::Manip::Lang::index::BEGIN@25
11111µs45µsDate::Manip::Lang::index::::BEGIN@22Date::Manip::Lang::index::BEGIN@22
11111µs49µsDate::Manip::Lang::index::::BEGIN@27Date::Manip::Lang::index::BEGIN@27
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
117µ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
- -
22452µ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
24362µs228µs
# spent 24µs (19+5) within Date::Manip::Lang::index::BEGIN@24 which was called: # once (19µs+5µs) by Date::Manip::Obj::BEGIN@15 at line 24
use strict;
# spent 24µs making 1 call to Date::Manip::Lang::index::BEGIN@24 # spent 5µs making 1 call to strict::import
25335µs259µs
# spent 37µs (15+22) within Date::Manip::Lang::index::BEGIN@25 which was called: # once (15µs+22µs) by Date::Manip::Obj::BEGIN@15 at line 25
use warnings;
# spent 37µs making 1 call to Date::Manip::Lang::index::BEGIN@25 # spent 22µs making 1 call to warnings::import
26
27355µs288µs
# spent 49µs (11+39) within Date::Manip::Lang::index::BEGIN@27 which was called: # once (11µs+39µs) by Date::Manip::Obj::BEGIN@15 at line 27
use vars qw($VERSION);
# spent 49µs making 1 call to Date::Manip::Lang::index::BEGIN@27 # spent 39µs making 1 call to vars::import
281600ns$VERSION='6.11';
29
30374µs2238µs
# spent 126µs (15+111) within Date::Manip::Lang::index::BEGIN@30 which was called: # once (15µs+111µs) by Date::Manip::Obj::BEGIN@15 at line 30
use vars qw(%Lang);
# spent 126µs making 1 call to Date::Manip::Lang::index::BEGIN@30 # spent 111µ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
5118µs1;