Filename | /usr/share/perl/5.14/utf8.pm |
Statements | Executed 7 statements in 145µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 4.32ms | 4.63ms | AUTOLOAD | utf8::
1 | 1 | 1 | 13µs | 13µ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 13µs within utf8::import which was called:
# once (13µs+0s) by Foswiki::Logger::PlainFile::BEGIN@6 at line 6 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Logger/PlainFile.pm | ||||
8 | 1 | 3µs | $^H |= $utf8::hint_bits; | ||
9 | 1 | 22µs | $enc{caller()} = $_[1] if $_[1]; | ||
10 | } | ||||
11 | |||||
12 | sub unimport { | ||||
13 | $^H &= ~$utf8::hint_bits; | ||||
14 | } | ||||
15 | |||||
16 | # spent 4.63ms (4.32+310µs) within utf8::AUTOLOAD which was called:
# once (4.32ms+310µs) by Safe::CORE:regcomp at line 69 of Safe.pm | ||||
17 | 1 | 95µs | require "utf8_heavy.pl"; | ||
18 | 1 | 16µs | 1 | 67.5ms | goto &$AUTOLOAD if defined &$AUTOLOAD; # spent 67.5ms making 1 call to utf8::SWASHNEW |
19 | require Carp; | ||||
20 | Carp::croak("Undefined subroutine $AUTOLOAD called"); | ||||
21 | } | ||||
22 | |||||
23 | 1 | 5µs | 1; | ||
24 | __END__ |