Filename | /usr/share/perl5/utf8.pm |
Statements | Executed 9 statements in 99µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 2.70ms | 2.85ms | AUTOLOAD | utf8::
2 | 2 | 2 | 8µs | 8µ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 | 400ns | $utf8::hint_bits = 0x00800000; | ||
4 | |||||
5 | 1 | 300ns | our $VERSION = '1.09'; | ||
6 | |||||
7 | # spent 8µs within utf8::import which was called 2 times, avg 4µs/call:
# once (4µs+0s) by Locale::Maketext::BEGIN@17 at line 21 of Locale/Maketext.pm
# once (4µs+0s) by Foswiki::Configure::Load::BEGIN@1 at line 1 of /var/www/foswikidev/core/lib/LocalSite.cfg | ||||
8 | 2 | 3µs | $^H |= $utf8::hint_bits; | ||
9 | 2 | 12µs | $enc{caller()} = $_[1] if $_[1]; | ||
10 | } | ||||
11 | |||||
12 | sub unimport { | ||||
13 | $^H &= ~$utf8::hint_bits; | ||||
14 | } | ||||
15 | |||||
16 | # spent 2.85ms (2.70+146µs) within utf8::AUTOLOAD which was called:
# once (2.70ms+146µs) by Foswiki::Serialise::Embedded::_readKeyValues at line 177 of /var/www/foswikidev/core/lib/Foswiki/Serialise/Embedded.pm | ||||
17 | 1 | 70µs | require "utf8_heavy.pl"; | ||
18 | 1 | 10µs | 1 | 9.88ms | goto &$AUTOLOAD if defined &$AUTOLOAD; # spent 9.88ms making 1 call to utf8::SWASHNEW |
19 | require Carp; | ||||
20 | Carp::croak("Undefined subroutine $AUTOLOAD called"); | ||||
21 | } | ||||
22 | |||||
23 | 1 | 3µs | 1; | ||
24 | __END__ |