← 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 17:10:45 2013
Reported on Tue Oct 15 17:12:46 2013

Filename/usr/lib/perl5/Text/Unaccent.pm
StatementsExecuted 13 statements in 140µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11142µs42µsText::Unaccent::::bootstrapText::Unaccent::bootstrap (xsub)
11119µs23µsText::Unaccent::::BEGIN@20Text::Unaccent::BEGIN@20
11112µs70µsText::Unaccent::::BEGIN@21Text::Unaccent::BEGIN@21
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1#
2# Copyright (C) 2000, 2001, 2002 Loic Dachary <loic@senga.org>
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17#
18package Text::Unaccent;
19
20331µs227µs
# spent 23µs (19+4) within Text::Unaccent::BEGIN@20 which was called: # once (19µs+4µs) by C4::Members::BEGIN@42 at line 20
use strict;
# spent 23µs making 1 call to Text::Unaccent::BEGIN@20 # spent 4µs making 1 call to strict::import
21370µs2127µs
# spent 70µs (12+57) within Text::Unaccent::BEGIN@21 which was called: # once (12µs+57µs) by C4::Members::BEGIN@42 at line 21
use vars qw($VERSION @ISA @EXPORT);
# spent 70µs making 1 call to Text::Unaccent::BEGIN@21 # spent 57µs making 1 call to vars::import
22
231800nsrequire Exporter;
2411µsrequire DynaLoader;
25
26119µs@ISA = qw(Exporter DynaLoader);
2711µs@EXPORT = qw(
28unac_string unac_string_utf16 unac_version unac_debug
29);
301400ns$VERSION = '1.08';
31
3219µs1408µsbootstrap Text::Unaccent $VERSION;
# spent 408µs making 1 call to DynaLoader::bootstrap
33
3417µs1;
35__END__
 
# spent 42µs within Text::Unaccent::bootstrap which was called: # once (42µs+0s) by DynaLoader::bootstrap at line 215 of DynaLoader.pm
sub Text::Unaccent::bootstrap; # xsub