| Filename | /usr/share/koha/lib/Koha/QueryParser/Driver/PQF/query_plan/facet.pm |
| Statements | Executed 10 statements in 130µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 23µs | 183µs | Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@2 |
| 1 | 1 | 1 | 13µs | 17µs | Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@4 |
| 1 | 1 | 1 | 12µs | 25µs | Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@5 |
| 0 | 0 | 0 | 0s | 0s | Koha::QueryParser::Driver::PQF::query_plan::facet::target_syntax |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Koha::QueryParser::Driver::PQF::query_plan::facet; | ||||
| 2 | 3 | 38µs | 2 | 343µs | # spent 183µs (23+160) within Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@2 which was called:
# once (23µs+160µs) by Koha::QueryParser::Driver::PQF::BEGIN@10 at line 2 # spent 183µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@2
# spent 160µs making 1 call to base::import |
| 3 | |||||
| 4 | 3 | 30µs | 2 | 21µs | # spent 17µs (13+4) within Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@4 which was called:
# once (13µs+4µs) by Koha::QueryParser::Driver::PQF::BEGIN@10 at line 4 # spent 17µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@4
# spent 4µs making 1 call to strict::import |
| 5 | 3 | 60µs | 2 | 39µs | # spent 25µs (12+14) within Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@5 which was called:
# once (12µs+14µs) by Koha::QueryParser::Driver::PQF::BEGIN@10 at line 5 # spent 25µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@5
# spent 14µs making 1 call to warnings::import |
| 6 | |||||
| 7 | =head1 NAME | ||||
| 8 | |||||
| - - | |||||
| 22 | sub target_syntax { | ||||
| 23 | my ($self, $server) = @_; | ||||
| 24 | |||||
| 25 | return ''; | ||||
| 26 | } | ||||
| 27 | |||||
| 28 | 1 | 3µs | 1; |