← Index
NYTProf Performance Profile   « line view »
For ../dm5dm6_ex3
  Run on Tue Feb 24 07:41:47 2015
Reported on Tue Feb 24 07:41:51 2015

Filename/usr/lib/perl5/5.20.1/utf8.pm
StatementsExecuted 7 statements in 13µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
243911627µs627µsutf8::::encodeutf8::encode (xsub)
4444µs4µsutf8::::importutf8::import
0000s0sutf8::::AUTOLOADutf8::AUTOLOAD
0000s0sutf8::::unimportutf8::unimport
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package utf8;
2
31200ns$utf8::hint_bits = 0x00800000;
4
51100nsour $VERSION = '1.13_01';
6
7
# spent 4µs within utf8::import which was called 4 times, avg 1µs/call: # once (1µs+0s) by Date::Manip::Delta::BEGIN@20 at line 20 of Date/Manip/Delta.pm # once (1µs+0s) by Date::Manip::Lang::english::BEGIN@13 at line 13 of Date/Manip/Lang/english.pm # once (1µs+0s) by Date::Manip::Date::BEGIN@21 at line 21 of Date/Manip/Date.pm # once (500ns+0s) by Date::Manip::Base::BEGIN@22 at line 22 of Date/Manip/Base.pm
sub import {
8411µs $^H |= $utf8::hint_bits;
9}
10
11sub unimport {
12 $^H &= ~$utf8::hint_bits;
13}
14
15sub AUTOLOAD {
16 require "utf8_heavy.pl";
17 goto &$AUTOLOAD if defined &$AUTOLOAD;
18 require Carp;
19 Carp::croak("Undefined subroutine $AUTOLOAD called");
20}
21
2212µs1;
23__END__
 
# spent 627µs within utf8::encode which was called 2439 times, avg 257ns/call: # 2439 times (627µs+0s) by Encode::encode_utf8 at line 203 of Encode.pm, avg 257ns/call
sub utf8::encode; # xsub