← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:58 2022

Filename/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/darwin-2level/PerlIO/encoding.pm
StatementsExecuted 9 statements in 1.01ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11163µs66µsPerlIO::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
32148µs269µs
# spent 66µs (63+3) within PerlIO::encoding::BEGIN@3 which was called: # once (63µs+3µs) by PerlIO::import at line 3
use strict;
# spent 66µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 3µs making 1 call to strict::import
410sour $VERSION = '0.30';
510sour $DEBUG = 0;
611µs$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;
141845µs1836µsXSLoader::load();
# spent 836µs making 1 call to XSLoader::load
15
1611µsour $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::ONLY_PRAGMA_WARNINGS();
17
18118µs1;
19__END__