← 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/darwin-2level/PerlIO/encoding.pm
StatementsExecuted 9 statements in 1.37ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11128µs32µ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
32130µs236µs
# spent 32µs (28+4) within PerlIO::encoding::BEGIN@3 which was called: # once (28µs+4µs) by PerlIO::import at line 3
use strict;
# spent 32µ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;
1411.23ms11.22msXSLoader::load();
# spent 1.22ms making 1 call to XSLoader::load
15
1611µsour $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::ONLY_PRAGMA_WARNINGS();
17
1817µs1;
19__END__