Filename | /usr/lib64/perl5/5.16.0/utf8.pm |
Statements | Executed 7 statements in 530µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 19.6ms | 20.6ms | AUTOLOAD | utf8::
1 | 1 | 1 | 20µs | 20µs | import | utf8::
0 | 0 | 0 | 0s | 0s | unimport | utf8::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package utf8; | ||||
2 | |||||
3 | 1 | 2µs | $utf8::hint_bits = 0x00800000; | ||
4 | |||||
5 | 1 | 2µs | our $VERSION = '1.09'; | ||
6 | |||||
7 | # spent 20µs within utf8::import which was called:
# once (20µs+0s) by XML::Simple::BEGIN@1712 at line 1712 of XML/Simple.pm | ||||
8 | 1 | 7µs | $^H |= $utf8::hint_bits; | ||
9 | 1 | 37µs | $enc{caller()} = $_[1] if $_[1]; | ||
10 | } | ||||
11 | |||||
12 | sub unimport { | ||||
13 | $^H &= ~$utf8::hint_bits; | ||||
14 | } | ||||
15 | |||||
16 | # spent 20.6ms (19.6+987µs) within utf8::AUTOLOAD which was called:
# once (19.6ms+987µs) by constant::BEGIN@25 at line 36 of constant.pm | ||||
17 | 1 | 404µs | require "utf8_heavy.pl"; | ||
18 | 1 | 64µs | 1 | 61.5ms | goto &$AUTOLOAD if defined &$AUTOLOAD; # spent 61.5ms making 1 call to utf8::SWASHNEW |
19 | require Carp; | ||||
20 | Carp::croak("Undefined subroutine $AUTOLOAD called"); | ||||
21 | } | ||||
22 | |||||
23 | 1 | 13µs | 1; | ||
24 | __END__ |