← 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.pm
StatementsExecuted 11 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1110s0sPerlIO::::CORE:substPerlIO::CORE:subst (opcode)
1110s0sPerlIO::::importPerlIO::import
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package PerlIO;
2
310sour $VERSION = '1.09';
4
5# Map layer name to package that defines it
610sour %alias;
7
8sub import
9
# spent 0s within PerlIO::import which was called: # once (0s+0s) by ExtUtils::MakeMaker::BEGIN@1175 at line 1175 of ExtUtils/MakeMaker.pm
{
1010s my $class = shift;
1110s while (@_)
12 {
1310s my $layer = shift;
1410s if (exists $alias{$layer})
15 {
16 $layer = $alias{$layer}
17 }
18 else
19 {
2010s $layer = "${class}::$layer";
21 }
2220s10s eval { require $layer =~ s{::}{/}gr . '.pm' };
# spent 0s making 1 call to PerlIO::CORE:subst
2310s warn $@ if $@;
24 }
25}
26
27sub F_UTF8 () { 0x8000 }
28
2910s1;
30__END__
 
# spent 0s within PerlIO::CORE:subst which was called: # once (0s+0s) by PerlIO::import at line 22
sub PerlIO::CORE:subst; # opcode