← Index
NYTProf Performance Profile   « line view »
For split.pl
  Run on Thu Apr 20 02:05:47 2023
Reported on Thu Apr 20 18:31:10 2023

Filename/usr/lib/x86_64-linux-gnu/perl/5.36/PerlIO/encoding.pm
StatementsExecuted 9 statements in 211µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs11µ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
3272µs213µs
# spent 11µs (9+2) within PerlIO::encoding::BEGIN@3 which was called: # once (9µs+2µs) by PerlIO::import at line 3
use strict;
# spent 11µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 2µs making 1 call to strict::import
41300nsour $VERSION = '0.30';
51100nsour $DEBUG = 0;
61100ns$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
131300nsrequire XSLoader;
141133µs1130µsXSLoader::load();
# spent 130µs making 1 call to XSLoader::load
15
161100nsour $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::ONLY_PRAGMA_WARNINGS();
17
1815µs1;
19__END__