Filename | /Users/ether/perl5/perlbrew/perls/36.0/lib/5.36.0/darwin-2level/PerlIO/encoding.pm |
Statements | Executed 9 statements in 11.8ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 36µs | 40µs | BEGIN@3 | PerlIO::encoding::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package PerlIO::encoding; | ||||
2 | |||||
3 | 2 | 126µs | 2 | 44µs | # spent 40µs (36+4) within PerlIO::encoding::BEGIN@3 which was called:
# once (36µs+4µs) by PerlIO::import at line 3 # spent 40µs making 1 call to PerlIO::encoding::BEGIN@3
# spent 4µs making 1 call to strict::import |
4 | 1 | 1µs | our $VERSION = '0.30'; | ||
5 | 1 | 0s | our $DEBUG = 0; | ||
6 | 1 | 0s | $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 | 1µs | require XSLoader; | ||
14 | 1 | 11.7ms | 1 | 11.7ms | XSLoader::load(); # spent 11.7ms making 1 call to XSLoader::load |
15 | |||||
16 | 1 | 1µs | our $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::ONLY_PRAGMA_WARNINGS(); | ||
17 | |||||
18 | 1 | 12µs | 1; | ||
19 | __END__ |