← 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/Iconv.pm
StatementsExecuted 12 statements in 743µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11125µs25µsText::Iconv::::bootstrapText::Iconv::bootstrap (xsub)
11112µs24µsText::Iconv::::BEGIN@5Text::Iconv::BEGIN@5
1117µs47µ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
5226µs236µs
# spent 24µs (12+12) within Text::Iconv::BEGIN@5 which was called: # once (12µs+12µs) by C4::Charset::BEGIN@24 at line 5
use strict;
# spent 24µs making 1 call to Text::Iconv::BEGIN@5 # spent 12µs making 1 call to strict::import
6267µs286µs
# spent 47µs (7+40) within Text::Iconv::BEGIN@6 which was called: # once (7µs+40µs) by C4::Charset::BEGIN@24 at line 6
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
# spent 47µs making 1 call to Text::Iconv::BEGIN@6 # spent 40µs making 1 call to vars::import
7
81700nsrequire Exporter;
91700nsrequire DynaLoader;
101627µsrequire AutoLoader;
11
1219µ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.
161500ns@EXPORT_OK = qw(
17 convert
18);
191200ns$VERSION = '1.7';
20
2117µs1499µsbootstrap Text::Iconv $VERSION;
# spent 499µ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
2714µs1;
28__END__
 
# spent 25µs within Text::Iconv::bootstrap which was called: # once (25µs+0s) by DynaLoader::bootstrap at line 210 of DynaLoader.pm
sub Text::Iconv::bootstrap; # xsub