← Index
NYTProf Performance Profile   « line view »
For opt.pl
  Run on Tue May 12 15:32:29 2015
Reported on Tue May 12 15:32:30 2015

Filename/home/lbr/.plenv/versions/5.20.2/lib/perl5/5.20.2/x86_64-linux/PerlIO/encoding.pm
StatementsExecuted 9 statements in 432µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.91ms5.88msDynaLoader::::BEGIN@92 DynaLoader::BEGIN@92
11111µs27µ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.88msProfile data that couldn't be associated with a specific line:
# spent 5.88ms making 1 call to DynaLoader::BEGIN@92
1119µspackage PerlIO::encoding;
2
3292µs243µs
# spent 27µs (11+16) within PerlIO::encoding::BEGIN@3 which was called: # once (11µs+16µs) by PerlIO::import at line 3
use strict;
# spent 27µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 16µs making 1 call to strict::import
41500nsour $VERSION = '0.18';
51300nsour $DEBUG = 0;
61200ns$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
131700nsrequire XSLoader;
141305µs16.20msXSLoader::load();
# spent 6.20ms making 1 call to XSLoader::load
15
1619µ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
- -