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

Filename/usr/share/perl5/Modern/Perl.pm
StatementsExecuted 32 statements in 5.67ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1113.63ms3.73msModern::Perl::::BEGIN@18Modern::Perl::BEGIN@18
1111.05ms1.20msModern::Perl::::BEGIN@15.1Modern::Perl::BEGIN@15.1
111605µs926µsModern::Perl::::BEGIN@20Modern::Perl::BEGIN@20
111579µs644µsModern::Perl::::BEGIN@17Modern::Perl::BEGIN@17
111167µs1.37msModern::Perl::::BEGIN@15Modern::Perl::BEGIN@15
33396µs264µsModern::Perl::::importModern::Perl::import
1117µs7µ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
- -
1312µsour $VERSION = '1.03';
14
1561.21ms32.71ms
# spent 1.37ms (167µs+1.20) within Modern::Perl::BEGIN@15 which was called: # once (167µs+1.20ms) by main::BEGIN@25 at line 15 # spent 1.20ms (1.05+146µs) within Modern::Perl::BEGIN@15.1 which was called: # once (1.05ms+146µs) by Modern::Perl::BEGIN@15 at line 15
use 5.010_000;
# spent 1.37ms making 1 call to Modern::Perl::BEGIN@15 # spent 1.20ms making 1 call to Modern::Perl::BEGIN@15.1 # spent 146µs making 1 call to feature::import
16
173553µs2653µs
# spent 644µs (579+65) within Modern::Perl::BEGIN@17 which was called: # once (579µs+65µs) by main::BEGIN@25 at line 17
use strict;
# spent 644µs making 1 call to Modern::Perl::BEGIN@17 # spent 9µs making 1 call to strict::import
1833.45ms23.77ms
# spent 3.73ms (3.63+95µs) within Modern::Perl::BEGIN@18 which was called: # once (3.63ms+95µs) by main::BEGIN@25 at line 18
use warnings;
# spent 3.73ms making 1 call to Modern::Perl::BEGIN@18 # spent 49µs making 1 call to warnings::import
19
203209µs1926µs
# spent 926µs (605+321) within Modern::Perl::BEGIN@20 which was called: # once (605µs+321µs) by main::BEGIN@25 at line 20
use mro ();
# spent 926µs making 1 call to Modern::Perl::BEGIN@20
213145µs17µs
# spent 7µs within Modern::Perl::BEGIN@21 which was called: # once (7µs+0s) by main::BEGIN@25 at line 21
use feature ();
# spent 7µs making 1 call to Modern::Perl::BEGIN@21
22
23
# spent 264µs (96+168) within Modern::Perl::import which was called 3 times, avg 88µs/call: # once (32µs+66µs) by main::BEGIN@25 at line 25 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (33µs+53µs) by C4::SocialData::BEGIN@18 at line 18 of /usr/share/koha/lib/C4/SocialData.pm # once (32µs+49µs) by C4::OAI::Sets::BEGIN@32 at line 32 of /usr/share/koha/lib/C4/OAI/Sets.pm
sub import {
24312µs353µs warnings->import();
# spent 53µs making 3 calls to warnings::import, avg 18µs/call
25310µs310µs strict->import();
# spent 10µs making 3 calls to strict::import, avg 3µs/call
26324µs392µs feature->import( ':5.10' );
# spent 92µs making 3 calls to feature::import, avg 31µs/call
27344µs313µs mro::set_mro( scalar caller(), 'c3' );
# spent 13µs making 3 calls to mro::set_mro, avg 4µs/call
28}
29
30=head1 SYNOPSIS
31
- -
10615µs1; # End of Modern::Perl