← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:04 2022

Filename/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/PerlIO.pm
StatementsExecuted 10 statements in 622µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111725µs1.99msPerlIO::::importPerlIO::import
1114µs4µsPerlIO::::CORE:substPerlIO::CORE:subst (opcode)
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.12';
4
5# Map layer name to package that defines it
6our %alias;
7
8sub import
9
# spent 1.99ms (725µs+1.26) within PerlIO::import which was called: # once (725µs+1.26ms) by YAML::PP::Reader::File::BEGIN@56 at line 56 of YAML/PP/Reader.pm
{
1010s my $class = shift;
1115µs while (@_)
12 {
1310s my $layer = shift;
1410s if (exists $alias{$layer})
15 {
16 $layer = $alias{$layer}
17 }
18 else
19 {
2012µs $layer = "${class}::$layer";
21 }
222608µs14µs eval { require $layer =~ s{::}{/}gr . '.pm' };
# spent 4µs making 1 call to PerlIO::CORE:subst
2312µs warn $@ if $@;
24 }
25}
26
27sub F_UTF8 () { 0x8000 }
28
2915µs1;
30__END__
 
# spent 4µs within PerlIO::CORE:subst which was called: # once (4µs+0s) by PerlIO::import at line 22
sub PerlIO::CORE:subst; # opcode