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

Filename/usr/share/perl5/Modern/Perl.pm
StatementsExecuted 32 statements in 5.27ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1113.19ms3.26msModern::Perl::::BEGIN@18Modern::Perl::BEGIN@18
1111.12ms1.31msModern::Perl::::BEGIN@15.1Modern::Perl::BEGIN@15.1
111587µs647µsModern::Perl::::BEGIN@17Modern::Perl::BEGIN@17
111439µs714µsModern::Perl::::BEGIN@20Modern::Perl::BEGIN@20
111125µs1.43msModern::Perl::::BEGIN@15Modern::Perl::BEGIN@15
333110µs318µsModern::Perl::::importModern::Perl::import
1115µs5µsModern::Perl::::BEGIN@21Modern::Perl::BEGIN@21
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Modern::Perl;
2
3=head1 NAME
4
- -
131800nsour $VERSION = '1.03';
14
1561.24ms32.92ms
# spent 1.43ms (125µs+1.31) within Modern::Perl::BEGIN@15 which was called: # once (125µs+1.31ms) by main::BEGIN@25 at line 15 # spent 1.31ms (1.12+181µs) within Modern::Perl::BEGIN@15.1 which was called: # once (1.12ms+181µs) by Modern::Perl::BEGIN@15 at line 15
use 5.010_000;
# spent 1.43ms making 1 call to Modern::Perl::BEGIN@15 # spent 1.31ms making 1 call to Modern::Perl::BEGIN@15.1 # spent 181µs making 1 call to feature::import
16
173565µs2656µs
# spent 647µs (587+61) within Modern::Perl::BEGIN@17 which was called: # once (587µs+61µs) by main::BEGIN@25 at line 17
use strict;
# spent 647µs making 1 call to Modern::Perl::BEGIN@17 # spent 9µs making 1 call to strict::import
1833.07ms23.28ms
# spent 3.26ms (3.19+67µs) within Modern::Perl::BEGIN@18 which was called: # once (3.19ms+67µs) by main::BEGIN@25 at line 18
use warnings;
# spent 3.26ms making 1 call to Modern::Perl::BEGIN@18 # spent 25µs making 1 call to warnings::import
19
203209µs1714µs
# spent 714µs (439+276) within Modern::Perl::BEGIN@20 which was called: # once (439µs+276µs) by main::BEGIN@25 at line 20
use mro ();
# spent 714µs making 1 call to Modern::Perl::BEGIN@20
21379µs15µs
# spent 5µs within Modern::Perl::BEGIN@21 which was called: # once (5µs+0s) by main::BEGIN@25 at line 21
use feature ();
# spent 5µs making 1 call to Modern::Perl::BEGIN@21
22
23
# spent 318µs (110+208) within Modern::Perl::import which was called 3 times, avg 106µs/call: # once (47µs+86µs) by C4::OAI::Sets::BEGIN@32 at line 32 of /usr/share/koha/lib/C4/OAI/Sets.pm # once (44µs+78µs) by C4::SocialData::BEGIN@18 at line 18 of /usr/share/koha/lib/C4/SocialData.pm # once (19µs+43µs) by main::BEGIN@25 at line 25 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
sub import {
24316µs369µs warnings->import();
# spent 69µs making 3 calls to warnings::import, avg 23µs/call
25315µs316µs strict->import();
# spent 16µs making 3 calls to strict::import, avg 5µs/call
26333µs3109µs feature->import( ':5.10' );
# spent 109µs making 3 calls to feature::import, avg 36µs/call
27342µs314µs mro::set_mro( scalar caller(), 'c3' );
# spent 14µs making 3 calls to mro::set_mro, avg 4µs/call
28}
29
30=head1 SYNOPSIS
31
- -
10613µs1; # End of Modern::Perl