Filename | /usr/lib/x86_64-linux-gnu/perl5/5.20/Text/Unaccent.pm |
Statements | Executed 11 statements in 110µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 30µs | 30µs | bootstrap (xsub) | Text::Unaccent::
1 | 1 | 1 | 12µs | 26µs | BEGIN@20 | Text::Unaccent::
1 | 1 | 1 | 7µs | 40µs | BEGIN@21 | Text::Unaccent::
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 | # | ||||
18 | package Text::Unaccent; | ||||
19 | |||||
20 | 2 | 27µs | 2 | 40µ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 # spent 26µs making 1 call to Text::Unaccent::BEGIN@20
# spent 14µs making 1 call to strict::import |
21 | 2 | 60µs | 2 | 74µ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 # spent 40µs making 1 call to Text::Unaccent::BEGIN@21
# spent 34µs making 1 call to vars::import |
22 | |||||
23 | 1 | 700ns | require Exporter; | ||
24 | 1 | 800ns | require DynaLoader; | ||
25 | |||||
26 | 1 | 9µs | @ISA = qw(Exporter DynaLoader); | ||
27 | 1 | 700ns | @EXPORT = qw( | ||
28 | unac_string unac_string_utf16 unac_version unac_debug | ||||
29 | ); | ||||
30 | 1 | 100ns | $VERSION = '1.08'; | ||
31 | |||||
32 | 1 | 7µs | 1 | 590µs | bootstrap Text::Unaccent $VERSION; # spent 590µs making 1 call to DynaLoader::bootstrap |
33 | |||||
34 | 1 | 4µs | 1; | ||
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 |