← Index
NYTProf Performance Profile   « line view »
For Makefile.PL
  Run on Sun Mar 1 16:04:44 2015
Reported on Sun Mar 1 16:09:02 2015

FilenameC:/tmp64ng/perl/lib/PerlIO/encoding.pm
StatementsExecuted 9 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1110s0sPerlIO::encoding::::BEGIN@3PerlIO::encoding::BEGIN@3
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package PerlIO::encoding;
2
320s20s
# spent 0s within PerlIO::encoding::BEGIN@3 which was called: # once (0s+0s) by PerlIO::import at line 3
use strict;
# spent 0s making 1 call to PerlIO::encoding::BEGIN@3 # spent 0s making 1 call to strict::import
410sour $VERSION = '0.18';
510sour $DEBUG = 0;
610s$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";
7
8#
9# Equivalent of this is done in encoding.xs - do not uncomment.
10#
11# use Encode ();
12
1310srequire XSLoader;
1410s10sXSLoader::load();
# spent 0s making 1 call to XSLoader::load
15
1610s30sour $fallback =
# spent 0s making 1 call to Encode::PERLQQ # spent 0s making 1 call to Encode::STOP_AT_PARTIAL # spent 0s making 1 call to Encode::WARN_ON_ERR
17 Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL();
18
1910s1;
20__END__