← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 10:04:38 2014
Reported on Tue Jun 24 10:05:24 2014

Filename/usr/share/perl/5.14/utf8.pm
StatementsExecuted 11 statements in 22µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1131184µs84µsutf8::::is_utf8utf8::is_utf8 (xsub)
4449µs9µ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
31400ns$utf8::hint_bits = 0x00800000;
4
51300nsour $VERSION = '1.09';
6
7
# spent 9µs within utf8::import which was called 4 times, avg 2µs/call: # once (3µs+0s) by DateTime::Locale::Catalog::BEGIN@19 at line 19 of DateTime/Locale/Catalog.pm # once (2µs+0s) by DateTime::Locale::en_US::BEGIN@23 at line 23 of DateTime/Locale/en_US.pm # once (2µs+0s) by DateTime::Locale::root::BEGIN@23 at line 23 of DateTime/Locale/root.pm # once (2µs+0s) by DateTime::Locale::en::BEGIN@23 at line 23 of DateTime/Locale/en.pm
sub import {
844µs $^H |= $utf8::hint_bits;
9414µs $enc{caller()} = $_[1] if $_[1];
10}
11
12sub unimport {
13 $^H &= ~$utf8::hint_bits;
14}
15
16sub AUTOLOAD {
17 require "utf8_heavy.pl";
18 goto &$AUTOLOAD if defined &$AUTOLOAD;
19 require Carp;
20 Carp::croak("Undefined subroutine $AUTOLOAD called");
21}
22
2313µs1;
24__END__
 
# spent 84µs within utf8::is_utf8 which was called 113 times, avg 740ns/call: # 113 times (84µs+0s) by constant::import at line 123 of constant.pm, avg 740ns/call
sub utf8::is_utf8; # xsub