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

Filename/usr/lib/perl5/Sub/Name.pm
StatementsExecuted 20 statements in 214µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
181177µs77µsSub::Name::::subnameSub::Name::subname (xsub)
11124µs24µsSub::Name::::BEGIN@42Sub::Name::BEGIN@42
11124µs24µsSub::Name::::bootstrapSub::Name::bootstrap (xsub)
11114µs57µsSub::Name::::BEGIN@50Sub::Name::BEGIN@50
11112µs37µsSub::Name::::BEGIN@45Sub::Name::BEGIN@45
11111µs15µsSub::Name::::BEGIN@44Sub::Name::BEGIN@44
11110µs78µ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
- -
42341µs124µs
# spent 24µs within Sub::Name::BEGIN@42 which was called: # once (24µs+0s) by base::import at line 42
use 5.006;
# spent 24µs making 1 call to Sub::Name::BEGIN@42
43
44326µs220µs
# spent 15µs (11+4) within Sub::Name::BEGIN@44 which was called: # once (11µs+4µs) by base::import at line 44
use strict;
# spent 15µs making 1 call to Sub::Name::BEGIN@44 # spent 4µs making 1 call to strict::import
45341µs262µs
# spent 37µs (12+25) within Sub::Name::BEGIN@45 which was called: # once (12µs+25µs) by base::import at line 45
use warnings;
# spent 37µs making 1 call to Sub::Name::BEGIN@45 # spent 25µs making 1 call to warnings::import
46
471800nsour $VERSION = '0.04';
48
49331µs278µs
# spent 78µs (10+68) within Sub::Name::BEGIN@49 which was called: # once (10µs+68µs) by base::import at line 49
use base 'Exporter';
# spent 78µs making 1 call to Sub::Name::BEGIN@49 # spent 68µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 68µs
50358µs257µs
# spent 57µs (14+43) within Sub::Name::BEGIN@50 which was called: # once (14µs+43µs) by base::import at line 50
use base 'DynaLoader';
# spent 57µs making 1 call to Sub::Name::BEGIN@50 # spent 43µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 43µs
51
521900nsour @EXPORT = qw(subname);
531800nsour @EXPORT_OK = @EXPORT;
54
5518µs1333µsbootstrap Sub::Name $VERSION;
# spent 333µs making 1 call to DynaLoader::bootstrap
56
5716µs1;
 
# spent 24µs within Sub::Name::bootstrap which was called: # once (24µ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