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

Filename/usr/lib/perl5/Text/Iconv.pm
StatementsExecuted 14 statements in 249µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11158µs58µsText::Iconv::::bootstrapText::Iconv::bootstrap (xsub)
11125µs33µsText::Iconv::::BEGIN@5Text::Iconv::BEGIN@5
11115µs116µsText::Iconv::::BEGIN@6Text::Iconv::BEGIN@6
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
5352µs242µs
# spent 33µs (25+8) within Text::Iconv::BEGIN@5 which was called: # once (25µs+8µs) by C4::Charset::BEGIN@24 at line 5
use strict;
# spent 33µs making 1 call to Text::Iconv::BEGIN@5 # spent 8µs making 1 call to strict::import
63140µs2217µs
# spent 116µs (15+101) within Text::Iconv::BEGIN@6 which was called: # once (15µs+101µs) by C4::Charset::BEGIN@24 at line 6
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
# spent 116µs making 1 call to Text::Iconv::BEGIN@6 # spent 101µs making 1 call to vars::import
7
811µsrequire Exporter;
912µsrequire DynaLoader;
101800nsrequire AutoLoader;
11
12133µ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.
1612µs@EXPORT_OK = qw(
17 convert
18);
191400ns$VERSION = '1.7';
20
21110µs1517µsbootstrap Text::Iconv $VERSION;
# spent 517µ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
2718µs1;
28__END__
 
# spent 58µs within Text::Iconv::bootstrap which was called: # once (58µs+0s) by DynaLoader::bootstrap at line 215 of DynaLoader.pm
sub Text::Iconv::bootstrap; # xsub