← Index
NYTProf Performance Profile   « line view »
For opt.pl
  Run on Fri May 8 15:08:12 2015
Reported on Fri May 8 15:08:16 2015

Filename/home/lbr/.plenv/versions/5.20.2/lib/perl5/5.20.2/x86_64-linux/PerlIO/encoding.pm
StatementsExecuted 9 statements in 272µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.86ms6.26msDynaLoader::::BEGIN@92 DynaLoader::BEGIN@92
11110µs25µ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
016.26msProfile data that couldn't be associated with a specific line:
# spent 6.26ms making 1 call to DynaLoader::BEGIN@92
1119µspackage PerlIO::encoding;
2
3277µs240µs
# spent 25µs (10+15) within PerlIO::encoding::BEGIN@3 which was called: # once (10µs+15µs) by PerlIO::import at line 3
use strict;
# spent 25µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 15µs making 1 call to strict::import
41300nsour $VERSION = '0.18';
51200nsour $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
131400nsrequire XSLoader;
141162µs16.43msXSLoader::load();
# spent 6.43ms making 1 call to XSLoader::load
15
1619µs32µsour $fallback =
# spent 600ns making 1 call to Encode::PERLQQ # spent 500ns making 1 call to Encode::STOP_AT_PARTIAL # spent 500ns making 1 call to Encode::WARN_ON_ERR
17 Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL();
18
1914µs1;
20__END__
21
- -