Filename | /usr/lib/x86_64-linux-gnu/perl/5.20/PerlIO/encoding.pm |
Statements | Executed 0 statements in 0s |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 35µs | 53µ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 | # spent 53µs (35+18) within PerlIO::encoding::BEGIN@3 which was called:
# once (35µs+18µs) by PerlIO::import at line 3 # spent 53µs making 1 call to PerlIO::encoding::BEGIN@3
# spent 18µs making 1 call to strict::import | ||
4 | our $VERSION = '0.18'; | ||||
5 | our $DEBUG = 0; | ||||
6 | $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 | require XSLoader; | ||||
14 | 1 | 302µs | XSLoader::load(); # spent 302µs making 1 call to XSLoader::load | ||
15 | |||||
16 | 3 | 2µs | our $fallback = # spent 700ns making 1 call to Encode::PERLQQ
# spent 500ns making 1 call to Encode::STOP_AT_PARTIAL
# spent 500ns making 1 call to Encode::WARN_ON_ERR | ||
17 | Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL(); | ||||
18 | |||||
19 | 1; | ||||
20 | __END__ |