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

Filename/usr/lib/perl5/Sub/Name.pm
StatementsExecuted 20 statements in 301µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
181177µs77µsSub::Name::::subnameSub::Name::subname (xsub)
11140µs40µsSub::Name::::BEGIN@42Sub::Name::BEGIN@42
11125µs121µsSub::Name::::BEGIN@50Sub::Name::BEGIN@50
11122µs22µsSub::Name::::bootstrapSub::Name::bootstrap (xsub)
11115µs21µsSub::Name::::BEGIN@44Sub::Name::BEGIN@44
11113µs40µsSub::Name::::BEGIN@45Sub::Name::BEGIN@45
11111µs99µsSub::Name::::BEGIN@49Sub::Name::BEGIN@49
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Sub::Name;
2
3=head1 NAME
4
- -
42368µs140µs
# spent 40µs within Sub::Name::BEGIN@42 which was called: # once (40µs+0s) by base::import at line 42
use 5.006;
# spent 40µs making 1 call to Sub::Name::BEGIN@42
43
44333µs227µs
# spent 21µs (15+6) within Sub::Name::BEGIN@44 which was called: # once (15µs+6µs) by base::import at line 44
use strict;
# spent 21µs making 1 call to Sub::Name::BEGIN@44 # spent 6µs making 1 call to strict::import
45344µs267µs
# spent 40µs (13+27) within Sub::Name::BEGIN@45 which was called: # once (13µs+27µs) by base::import at line 45
use warnings;
# spent 40µs making 1 call to Sub::Name::BEGIN@45 # spent 27µs making 1 call to warnings::import
46
471700nsour $VERSION = '0.04';
48
49346µs299µs
# spent 99µs (11+88) within Sub::Name::BEGIN@49 which was called: # once (11µs+88µs) by base::import at line 49
use base 'Exporter';
# spent 99µs making 1 call to Sub::Name::BEGIN@49 # spent 88µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 88µs
50391µs2121µs
# spent 121µs (25+96) within Sub::Name::BEGIN@50 which was called: # once (25µs+96µs) by base::import at line 50
use base 'DynaLoader';
# spent 121µs making 1 call to Sub::Name::BEGIN@50 # spent 96µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 96µs
51
5211µsour @EXPORT = qw(subname);
531700nsour @EXPORT_OK = @EXPORT;
54
55110µs1314µsbootstrap Sub::Name $VERSION;
# spent 314µs making 1 call to DynaLoader::bootstrap
56
5716µs1;
 
# spent 22µs within Sub::Name::bootstrap which was called: # once (22µs+0s) by DynaLoader::bootstrap at line 215 of DynaLoader.pm
sub Sub::Name::bootstrap; # xsub
# spent 77µs within Sub::Name::subname which was called 18 times, avg 4µs/call: # 18 times (77µs+0s) by Class::Accessor::_mk_accessors at line 82 of Class/Accessor.pm, avg 4µs/call
sub Sub::Name::subname; # xsub