← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/hailo
  Run on Thu Oct 21 22:50:37 2010
Reported on Thu Oct 21 22:52:04 2010

Filename/home/hinrik/perl5/perlbrew/perls/perl-5.13.5/lib/5.13.5/x86_64-linux/PerlIO/encoding.pm
StatementsExecuted 10 statements in 676µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1113.18ms10.5msDynaLoader::::BEGIN@92 DynaLoader::BEGIN@92
111343µs383µsPerlIO::encoding::::BEGIN@3PerlIO::encoding::BEGIN@3
1117µs7µsPerlIO::encoding::::BEGIN@13PerlIO::encoding::BEGIN@13
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
0110.5msProfile data that couldn't be associated with a specific line:
# spent 10.5ms making 1 call to DynaLoader::BEGIN@92
1139µspackage PerlIO::encoding;
2
32350µs2389µs
# spent 383µs (343+41) within PerlIO::encoding::BEGIN@3 which was called: # once (343µs+41µs) by PerlIO::import at line 3
use strict;
# spent 383µs making 1 call to PerlIO::encoding::BEGIN@3 # spent 6µs making 1 call to strict::import
412µsour $VERSION = '0.12';
511µsour $DEBUG = 0;
611µs$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
13249µs17µs
# spent 7µs within PerlIO::encoding::BEGIN@13 which was called: # once (7µs+0s) by PerlIO::import at line 13
use XSLoader ();
# spent 7µs making 1 call to PerlIO::encoding::BEGIN@13
141208µs110.7msXSLoader::load(__PACKAGE__, $VERSION);
# spent 10.7ms making 1 call to XSLoader::load
15
16118µs36µsour $fallback =
# spent 2µs making 1 call to Encode::PERLQQ # spent 2µs making 1 call to Encode::STOP_AT_PARTIAL # spent 2µs making 1 call to Encode::WARN_ON_ERR
17 Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL();
18
19110µs1;
20__END__
21
- -