Filename | /usr/share/koha/intranet/cgi-bin/kohaversion.pl |
Statements | Executed 6 statements in 145µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 34µs | 43µs | BEGIN@16 | C4::Context::
1 | 1 | 1 | 5µs | 5µ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 | 129µs | 2 | 52µ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 # 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 | ||||
19 | 2 | 12µ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 | ||||
23 | return $VERSION; | ||||
24 | } | ||||
25 | |||||
26 | 1 | 4µs | 1; |