← 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 11:58:52 2013
Reported on Tue Oct 15 12:02:28 2013

Filename/usr/share/koha/lib/Koha/QueryParser/Driver/PQF/query_plan/facet.pm
StatementsExecuted 10 statements in 130µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11123µs183µsKoha::QueryParser::Driver::PQF::query_plan::facet::::BEGIN@2Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@2
11113µs17µsKoha::QueryParser::Driver::PQF::query_plan::facet::::BEGIN@4Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@4
11112µs25µsKoha::QueryParser::Driver::PQF::query_plan::facet::::BEGIN@5Koha::QueryParser::Driver::PQF::query_plan::facet::BEGIN@5
0000s0sKoha::QueryParser::Driver::PQF::query_plan::facet::::target_syntaxKoha::QueryParser::Driver::PQF::query_plan::facet::target_syntax
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Koha::QueryParser::Driver::PQF::query_plan::facet;
2338µs2343µ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
use base 'OpenILS::QueryParser::query_plan::facet';
# 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
4330µs221µ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
use strict;
# 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
5360µs239µ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
use warnings;
# 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
- -
22sub target_syntax {
23 my ($self, $server) = @_;
24
25 return '';
26}
27
2813µs1;