← Index
NYTProf Performance Profile   « line view »
For opt.pl
  Run on Wed May 13 13:47:05 2015
Reported on Wed May 13 13:47:06 2015

Filename/home/lbr/.plenv/versions/5.20.2/lib/perl5/5.20.2/x86_64-linux/PerlIO/encoding.pm
StatementsExecuted 9 statements in 252µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1112.10ms5.92msDynaLoader::::BEGIN@92 DynaLoader::BEGIN@92
1119µs21µ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
015.92msProfile data that couldn't be associated with a specific line:
# spent 5.92ms making 1 call to DynaLoader::BEGIN@92
1122µspackage PerlIO::encoding;
2
3272µs232µs
# spent 21µs (9+12) within PerlIO::encoding::BEGIN@3 which was called: # once (9µs+12µs) by PerlIO::import at line 3
use strict;
# spent 21µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 12µ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;
141144µs16.08msXSLoader::load();
# spent 6.08ms making 1 call to XSLoader::load
15
1618µs31µsour $fallback =
# spent 500ns making 1 call to Encode::PERLQQ # spent 500ns making 1 call to Encode::WARN_ON_ERR # spent 400ns making 1 call to Encode::STOP_AT_PARTIAL
17 Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL();
18
1915µs1;
20__END__
21
- -