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

Filename/usr/share/koha/intranet/cgi-bin/kohaversion.pl
StatementsExecuted 6 statements in 100µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11123µs31µsC4::Context::::BEGIN@16C4::Context::BEGIN@16
1113µs3µ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
- -
16390µs239µs
# spent 31µs (23+8) within C4::Context::BEGIN@16 which was called: # once (23µs+8µs) by C4::Context::KOHAVERSION at line 16
use strict;
# spent 31µs making 1 call to C4::Context::BEGIN@16 # spent 8µs making 1 call to strict::import
17
18
# spent 3µs within C4::Context::kohaversion which was called: # once (3µs+0s) by C4::Context::KOHAVERSION at line 222 of /usr/share/koha/lib/C4/Context.pm
sub kohaversion {
191600ns 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
2316µs return $VERSION;
24}
25
2613µs1;