← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:30 2022

Filename/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/parent.pm
StatementsExecuted 48 statements in 425µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
553540µs676µsparent::::importparent::import
61129µs29µsparent::::CORE:substparent::CORE:subst (opcode)
11117µs20µsparent::::BEGIN@2parent::BEGIN@2
1117µs13µsparent::::BEGIN@21parent::BEGIN@21
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package parent;
2283µs223µs
# spent 20µs (17+3) within parent::BEGIN@2 which was called: # once (17µs+3µs) by Encode::UTF_EBCDIC::BEGIN@178 at line 2
use strict;
# spent 20µs making 1 call to parent::BEGIN@2 # spent 3µs making 1 call to strict::import
3
410sour $VERSION = '0.238';
5
6
# spent 676µs (540+136) within parent::import which was called 5 times, avg 135µs/call: # once (440µs+112µs) by Encode::UTF_EBCDIC::BEGIN@178 at line 178 of Encode.pm # once (53µs+13µs) by List::MoreUtils::BEGIN@66 at line 66 of List/MoreUtils.pm # once (37µs+4µs) by Params::Util::BEGIN@61 at line 61 of Params/Util.pm # once (6µs+5µs) by Encode::XS::BEGIN@210 at line 210 of Encode.pm # once (4µs+2µs) by Encode::utf8::BEGIN@215 at line 215 of Encode.pm
sub import {
751µs my $class = shift;
8
959µs my $inheritor = caller(0);
10
1154µs if ( @_ and $_[0] eq '-norequire' ) {
12 shift @_;
13 } else {
14526µs for ( my @filename = @_ ) {
15644µs629µs s{::|'}{/}g;
# spent 29µs making 6 calls to parent::CORE:subst, avg 5µs/call
166129µs require "$_.pm"; # dies if the file is not found
17 }
18 }
19
20 {
21795µs219µs
# spent 13µs (7+6) within parent::BEGIN@21 which was called: # once (7µs+6µs) by Encode::UTF_EBCDIC::BEGIN@178 at line 21
no strict 'refs';
# spent 13µs making 1 call to parent::BEGIN@21 # spent 6µs making 1 call to strict::unimport
22532µs push @{"$inheritor\::ISA"}, @_; # dies if a loop is detected
23 };
24};
25
2612µs1;
27
28__END__
 
# spent 29µs within parent::CORE:subst which was called 6 times, avg 5µs/call: # 6 times (29µs+0s) by parent::import at line 15, avg 5µs/call
sub parent::CORE:subst; # opcode