← Index
NYTProf Performance Profile   « line view »
For svc/members/upsert
  Run on Tue Jan 13 11:50:22 2015
Reported on Tue Jan 13 12:09:50 2015

Filename/usr/lib/x86_64-linux-gnu/perl5/5.20/Text/Unaccent.pm
StatementsExecuted 11 statements in 110µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11130µs30µsText::Unaccent::::bootstrapText::Unaccent::bootstrap (xsub)
11112µs26µsText::Unaccent::::BEGIN@20Text::Unaccent::BEGIN@20
1117µs40µ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
20227µs240µs
# spent 26µs (12+14) within Text::Unaccent::BEGIN@20 which was called: # once (12µs+14µs) by C4::Members::BEGIN@42 at line 20
use strict;
# spent 26µs making 1 call to Text::Unaccent::BEGIN@20 # spent 14µs making 1 call to strict::import
21260µs274µs
# spent 40µs (7+34) within Text::Unaccent::BEGIN@21 which was called: # once (7µs+34µs) by C4::Members::BEGIN@42 at line 21
use vars qw($VERSION @ISA @EXPORT);
# spent 40µs making 1 call to Text::Unaccent::BEGIN@21 # spent 34µs making 1 call to vars::import
22
231700nsrequire Exporter;
241800nsrequire DynaLoader;
25
2619µs@ISA = qw(Exporter DynaLoader);
271700ns@EXPORT = qw(
28unac_string unac_string_utf16 unac_version unac_debug
29);
301100ns$VERSION = '1.08';
31
3217µs1590µsbootstrap Text::Unaccent $VERSION;
# spent 590µs making 1 call to DynaLoader::bootstrap
33
3414µs1;
35__END__
 
# spent 30µs within Text::Unaccent::bootstrap which was called: # once (30µs+0s) by DynaLoader::bootstrap at line 210 of DynaLoader.pm
sub Text::Unaccent::bootstrap; # xsub