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

Filename/usr/share/perl5/LWP.pm
StatementsExecuted 4 statements in 30µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sLWP::::VersionLWP::Version
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package LWP;
2
31900ns$VERSION = "5.836";
4sub Version { $VERSION; }
5
6125µsrequire 5.005;
71500nsrequire LWP::UserAgent; # this should load everything you need
8
914µs1;
10
11__END__