← Index
NYTProf Performance Profile   « line view »
For /usr/local/libexec/sympa/task_manager-debug.pl
  Run on Tue Jun 1 22:32:51 2021
Reported on Tue Jun 1 22:35:06 2021

Filename/usr/local/lib/perl5/5.32/utf8.pm
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1113µs3µsutf8::::encodeutf8::encode (xsub)
0000s0sutf8::::AUTOLOADutf8::AUTOLOAD
0000s0sutf8::::importutf8::import
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
3$utf8::hint_bits = 0x00800000;
4
5our $VERSION = '1.22';
6
7sub import {
8 $^H |= $utf8::hint_bits;
9}
10
11sub unimport {
12 $^H &= ~$utf8::hint_bits;
13}
14
15sub AUTOLOAD {
16 goto &$AUTOLOAD if defined &$AUTOLOAD;
17 require Carp;
18 Carp::croak("Undefined subroutine $AUTOLOAD called");
19}
20
211;
22__END__
 
# spent 3µs within utf8::encode which was called: # once (3µs+0s) by base::__ANON__[/usr/local/lib/perl5/5.32/base.pm:76] at line 74 of base.pm
sub utf8::encode; # xsub