Filename | /home/lbr/.plenv/versions/5.20.2/lib/perl5/5.20.2/x86_64-linux/PerlIO/encoding.pm |
Statements | Executed 9 statements in 432µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.91ms | 5.88ms | BEGIN@92 | DynaLoader::
1 | 1 | 1 | 11µs | 27µs | BEGIN@3 | PerlIO::encoding::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
0 | 1 | 5.88ms | Profile data that couldn't be associated with a specific line: # spent 5.88ms making 1 call to DynaLoader::BEGIN@92 | ||
1 | 1 | 19µs | package PerlIO::encoding; | ||
2 | |||||
3 | 2 | 92µs | 2 | 43µs | # spent 27µs (11+16) within PerlIO::encoding::BEGIN@3 which was called:
# once (11µs+16µs) by PerlIO::import at line 3 # spent 27µs making 1 call to PerlIO::encoding::BEGIN@3
# spent 16µs making 1 call to strict::import |
4 | 1 | 500ns | our $VERSION = '0.18'; | ||
5 | 1 | 300ns | our $DEBUG = 0; | ||
6 | 1 | 200ns | $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 | 700ns | require XSLoader; | ||
14 | 1 | 305µs | 1 | 6.20ms | XSLoader::load(); # spent 6.20ms making 1 call to XSLoader::load |
15 | |||||
16 | 1 | 9µs | 3 | 1µs | our $fallback = # spent 500ns making 1 call to Encode::PERLQQ
# spent 500ns making 1 call to Encode::WARN_ON_ERR
# spent 400ns making 1 call to Encode::STOP_AT_PARTIAL |
17 | Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL(); | ||||
18 | |||||
19 | 1 | 5µs | 1; | ||
20 | __END__ | ||||
21 | |||||
- - |