← 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:22 2013

Filename/usr/lib/perl5/Text/Unaccent.pm
StatementsExecuted 13 statements in 263µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11164µs64µsText::Unaccent::::bootstrapText::Unaccent::bootstrap (xsub)
11131µs39µsText::Unaccent::::BEGIN@20Text::Unaccent::BEGIN@20
11119µs128µ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
20360µs246µs
# spent 39µs (31+7) within Text::Unaccent::BEGIN@20 which was called: # once (31µs+7µs) by C4::Members::BEGIN@42 at line 20
use strict;
# spent 39µs making 1 call to Text::Unaccent::BEGIN@20 # spent 7µs making 1 call to strict::import
213125µs2238µs
# spent 128µs (19+110) within Text::Unaccent::BEGIN@21 which was called: # once (19µs+110µs) by C4::Members::BEGIN@42 at line 21
use vars qw($VERSION @ISA @EXPORT);
# spent 128µs making 1 call to Text::Unaccent::BEGIN@21 # spent 110µs making 1 call to vars::import
22
2311µsrequire Exporter;
2412µsrequire DynaLoader;
25
26125µs@ISA = qw(Exporter DynaLoader);
2712µs@EXPORT = qw(
28unac_string unac_string_utf16 unac_version unac_debug
29);
301800ns$VERSION = '1.08';
31
32135µs1661µsbootstrap Text::Unaccent $VERSION;
# spent 661µs making 1 call to DynaLoader::bootstrap
33
34112µs1;
35__END__
 
# spent 64µs within Text::Unaccent::bootstrap which was called: # once (64µs+0s) by DynaLoader::bootstrap at line 215 of DynaLoader.pm
sub Text::Unaccent::bootstrap; # xsub