Filename | /usr/share/koha/intranet/cgi-bin/kohaversion.pl |
Statements | Executed 6 statements in 100µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 23µs | 31µs | BEGIN@16 | C4::Context::
1 | 1 | 1 | 3µs | 3µs | kohaversion | C4::Context::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # the next koha public release version number; | ||||
2 | |||||
3 | =head1 FUNCTIONS | ||||
4 | |||||
- - | |||||
16 | 3 | 90µs | 2 | 39µ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 # 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 | ||||
19 | 1 | 600ns | 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 | ||||
23 | 1 | 6µs | return $VERSION; | ||
24 | } | ||||
25 | |||||
26 | 1 | 3µs | 1; |