← 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:37 2022

Filename/Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/darwin-2level/PerlIO/encoding.pm
StatementsExecuted 9 statements in 842µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11187µs93µ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
32159µs299µs
# spent 93µs (87+6) within PerlIO::encoding::BEGIN@3 which was called: # once (87µs+6µs) by PerlIO::import at line 3
use strict;
# spent 93µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 6µs making 1 call to strict::import
410sour $VERSION = '0.30';
511µsour $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
1310srequire XSLoader;
141674µs1668µsXSLoader::load();
# spent 668µs making 1 call to XSLoader::load
15
1610sour $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::ONLY_PRAGMA_WARNINGS();
17
1818µs1;
19__END__