| Filename | /usr/share/koha/lib/Koha/QueryParser/Driver/PQF/query_plan/facet.pm |
| Statements | Executed 10 statements in 151µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 28µs | 253µs | Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@2 |
| 1 | 1 | 1 | 12µs | 16µs | Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@4 |
| 1 | 1 | 1 | 10µs | 23µ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 | 42µs | 2 | 477µs | # spent 253µs (28+224) within Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@2 which was called:
# once (28µs+224µs) by Koha::QueryParser::Driver::PQF::BEGIN@10 at line 2 # spent 253µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@2
# spent 224µs making 1 call to base::import |
| 3 | |||||
| 4 | 3 | 27µs | 2 | 20µs | # spent 16µs (12+4) within Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@4 which was called:
# once (12µs+4µs) by Koha::QueryParser::Driver::PQF::BEGIN@10 at line 4 # spent 16µ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 | 79µs | 2 | 35µs | # spent 23µs (10+13) within Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@5 which was called:
# once (10µs+13µs) by Koha::QueryParser::Driver::PQF::BEGIN@10 at line 5 # spent 23µs making 1 call to Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@5
# spent 13µ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 | 4µs | 1; |