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