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

Filename/usr/share/perl5/DateTime/Locale/en_US.pm
StatementsExecuted 26 statements in 359µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11119µs25µsDateTime::Locale::en_US::::BEGIN@21DateTime::Locale::en_US::BEGIN@21
11113µs6.00msDateTime::Locale::en_US::::BEGIN@25DateTime::Locale::en_US::BEGIN@25
11113µs17µsDateTime::Locale::en_US::::BEGIN@23DateTime::Locale::en_US::BEGIN@23
11111µs25µsDateTime::Locale::en_US::::BEGIN@22DateTime::Locale::en_US::BEGIN@22
1111µs1µsDateTime::Locale::en_US::::cldr_versionDateTime::Locale::en_US::cldr_version
0000s0sDateTime::Locale::en_US::::first_day_of_weekDateTime::Locale::en_US::first_day_of_week
0000s0sDateTime::Locale::en_US::::glibc_date_1_formatDateTime::Locale::en_US::glibc_date_1_format
0000s0sDateTime::Locale::en_US::::glibc_date_formatDateTime::Locale::en_US::glibc_date_format
0000s0sDateTime::Locale::en_US::::glibc_datetime_formatDateTime::Locale::en_US::glibc_datetime_format
0000s0sDateTime::Locale::en_US::::glibc_time_12_formatDateTime::Locale::en_US::glibc_time_12_format
0000s0sDateTime::Locale::en_US::::glibc_time_formatDateTime::Locale::en_US::glibc_time_format
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1###########################################################################
2#
3# This file is auto-generated by the Perl DateTime Suite locale
4# generator (0.05). This code generator comes with the
5# DateTime::Locale distribution in the tools/ directory, and is called
6# generate-from-cldr.
7#
8# This file as generated from the CLDR XML locale data. See the
9# LICENSE.cldr file included in this distribution for license details.
10#
11# This file was generated from the source file en_US.xml
12# The source file version number was 1.53, generated on
13# 2009/05/05 23:06:35.
14#
15# Do not edit this file directly.
16#
17###########################################################################
18
19package DateTime::Locale::en_US;
20
21330µs230µs
# spent 25µs (19+5) within DateTime::Locale::en_US::BEGIN@21 which was called: # once (19µs+5µs) by DateTime::Locale::_load_class_from_id at line 21
use strict;
# spent 25µs making 1 call to DateTime::Locale::en_US::BEGIN@21 # spent 5µs making 1 call to strict::import
22328µs239µs
# spent 25µs (11+14) within DateTime::Locale::en_US::BEGIN@22 which was called: # once (11µs+14µs) by DateTime::Locale::_load_class_from_id at line 22
use warnings;
# spent 25µs making 1 call to DateTime::Locale::en_US::BEGIN@22 # spent 14µs making 1 call to warnings::import
23332µs222µs
# spent 17µs (13+4) within DateTime::Locale::en_US::BEGIN@23 which was called: # once (13µs+4µs) by DateTime::Locale::_load_class_from_id at line 23
use utf8;
# spent 17µs making 1 call to DateTime::Locale::en_US::BEGIN@23 # spent 4µs making 1 call to utf8::import
24
253246µs212.0ms
# spent 6.00ms (13µs+5.99) within DateTime::Locale::en_US::BEGIN@25 which was called: # once (13µs+5.99ms) by DateTime::Locale::_load_class_from_id at line 25
use base 'DateTime::Locale::en';
# spent 6.00ms making 1 call to DateTime::Locale::en_US::BEGIN@25 # spent 5.99ms making 1 call to base::import
26
2714µs
# spent 1µs within DateTime::Locale::en_US::cldr_version which was called: # once (1µs+0s) by DateTime::Locale::_load_class_from_id at line 293 of DateTime/Locale.pm
sub cldr_version { return "1\.7\.1" }
28
29{
3023µs my $first_day_of_week = "7";
31 sub first_day_of_week { return $first_day_of_week }
32}
33
34{
3521µs my $glibc_date_format = "\%m\/\%d\/\%Y";
36 sub glibc_date_format { return $glibc_date_format }
37}
38
39{
4022µs my $glibc_date_1_format = "\%a\ \%b\ \%e\ \%H\:\%M\:\%S\ \%Z\ \%Y";
41 sub glibc_date_1_format { return $glibc_date_1_format }
42}
43
44{
4521µs my $glibc_datetime_format = "\%a\ \%d\ \%b\ \%Y\ \%r\ \%Z";
46 sub glibc_datetime_format { return $glibc_datetime_format }
47}
48
49{
5021µs my $glibc_time_format = "\%r";
51 sub glibc_time_format { return $glibc_time_format }
52}
53
54{
5521µs my $glibc_time_12_format = "\%I\:\%M\:\%S\ \%p";
56 sub glibc_time_12_format { return $glibc_time_12_format }
57}
58
5919µs1;
60
61__END__