Filename | /usr/lib/x86_64-linux-gnu/perl/5.36/PerlIO/encoding.pm |
Statements | Executed 9 statements in 211µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 9µs | 11µs | BEGIN@3 | PerlIO::encoding::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package PerlIO::encoding; | ||||
2 | |||||
3 | 2 | 72µs | 2 | 13µs | # spent 11µs (9+2) within PerlIO::encoding::BEGIN@3 which was called:
# once (9µs+2µs) by PerlIO::import at line 3 # spent 11µs making 1 call to PerlIO::encoding::BEGIN@3
# spent 2µs making 1 call to strict::import |
4 | 1 | 300ns | our $VERSION = '0.30'; | ||
5 | 1 | 100ns | our $DEBUG = 0; | ||
6 | 1 | 100ns | $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; | ||
7 | |||||
8 | # | ||||
9 | # Equivalent of this is done in encoding.xs - do not uncomment. | ||||
10 | # | ||||
11 | # use Encode (); | ||||
12 | |||||
13 | 1 | 300ns | require XSLoader; | ||
14 | 1 | 133µs | 1 | 130µs | XSLoader::load(); # spent 130µs making 1 call to XSLoader::load |
15 | |||||
16 | 1 | 100ns | our $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::ONLY_PRAGMA_WARNINGS(); | ||
17 | |||||
18 | 1 | 5µs | 1; | ||
19 | __END__ |