← 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:02:27 2013

Filename/usr/share/koha/intranet/cgi-bin/kohaversion.pl
StatementsExecuted 6 statements in 145µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11134µs43µsC4::Context::::BEGIN@16C4::Context::BEGIN@16
1115µs5µsC4::Context::::kohaversionC4::Context::kohaversion
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# the next koha public release version number;
2
3=head1 FUNCTIONS
4
- -
163129µs252µs
# spent 43µs (34+9) within C4::Context::BEGIN@16 which was called: # once (34µs+9µs) by C4::Context::KOHAVERSION at line 16
use strict;
# spent 43µs making 1 call to C4::Context::BEGIN@16 # spent 9µs making 1 call to strict::import
17
18
# spent 5µs within C4::Context::kohaversion which was called: # once (5µs+0s) by C4::Context::KOHAVERSION at line 222 of /usr/share/koha/lib/C4/Context.pm
sub kohaversion {
1911µs our $VERSION = '3.12.02.000';
20 # version needs to be set this way
21 # so that it can be picked up by Makefile.PL
22 # during install
23111µs return $VERSION;
24}
25
2614µs1;