← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Thu Dec 15 15:23:56 2022
Reported on Thu Dec 15 15:27:04 2022

Filename/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/darwin-2level/PerlIO/encoding.pm
StatementsExecuted 9 statements in 11.8ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11136µs40µ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
32126µs244µs
# spent 40µs (36+4) within PerlIO::encoding::BEGIN@3 which was called: # once (36µs+4µs) by PerlIO::import at line 3
use strict;
# spent 40µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 4µs making 1 call to strict::import
411µsour $VERSION = '0.30';
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
1311µsrequire XSLoader;
14111.7ms111.7msXSLoader::load();
# spent 11.7ms making 1 call to XSLoader::load
15
1611µsour $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::ONLY_PRAGMA_WARNINGS();
17
18112µs1;
19__END__