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

Filename/usr/lib/perl5/Text/Iconv.pm
StatementsExecuted 14 statements in 175µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11150µs50µsText::Iconv::::bootstrapText::Iconv::bootstrap (xsub)
11136µs102µsText::Iconv::::BEGIN@6Text::Iconv::BEGIN@6
11129µs36µsText::Iconv::::BEGIN@5Text::Iconv::BEGIN@5
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Text::Iconv;
2# @(#) $Id: Iconv.pm,v 1.10 2007/10/17 14:14:22 mxp Exp $
3# Copyright (c) 2007 Michael Piotrowski
4
5342µs242µs
# spent 36µs (29+7) within Text::Iconv::BEGIN@5 which was called: # once (29µs+7µs) by C4::Charset::BEGIN@24 at line 5
use strict;
# spent 36µs making 1 call to Text::Iconv::BEGIN@5 # spent 7µs making 1 call to strict::import
6394µs2168µs
# spent 102µs (36+66) within Text::Iconv::BEGIN@6 which was called: # once (36µs+66µs) by C4::Charset::BEGIN@24 at line 6
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
# spent 102µs making 1 call to Text::Iconv::BEGIN@6 # spent 66µs making 1 call to vars::import
7
811µsrequire Exporter;
911µsrequire DynaLoader;
1011µsrequire AutoLoader;
11
12119µs@ISA = qw(Exporter AutoLoader DynaLoader);
13# Items to export into callers namespace by default. Note: do not export
14# names by default without a very good reason. Use EXPORT_OK instead.
15# Do not simply export all your public functions/methods/constants.
161600ns@EXPORT_OK = qw(
17 convert
18);
191400ns$VERSION = '1.7';
20
2119µs1361µsbootstrap Text::Iconv $VERSION;
# spent 361µs making 1 call to DynaLoader::bootstrap
22
23# Preloaded methods go here.
24
25# Autoload methods go after =cut, and are processed by the autosplit program.
26
2717µs1;
28__END__
 
# spent 50µs within Text::Iconv::bootstrap which was called: # once (50µs+0s) by DynaLoader::bootstrap at line 215 of DynaLoader.pm
sub Text::Iconv::bootstrap; # xsub