| Filename | C:/tmp64ng/perl/lib/PerlIO/encoding.pm | 
| Statements | Executed 9 statements in 0s | 
| Calls | P | F | Exclusive Time  | 
        Inclusive Time  | 
        Subroutine | 
|---|---|---|---|---|---|
| 1 | 1 | 1 | 0s | 0s | PerlIO::encoding::BEGIN@3 | 
| Line | State ments  | 
      Time on line  | 
      Calls | Time in subs  | 
      Code | 
|---|---|---|---|---|---|
| 1 | package PerlIO::encoding; | ||||
| 2 | |||||
| 3 | 2 | 0s | 2 | 0s | # spent 0s within PerlIO::encoding::BEGIN@3 which was called:
#    once (0s+0s) by PerlIO::import at line 3 # spent     0s making 1 call to PerlIO::encoding::BEGIN@3
# spent     0s making 1 call to strict::import  | 
| 4 | 1 | 0s | our $VERSION = '0.18'; | ||
| 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 | 0s | require XSLoader; | ||
| 14 | 1 | 0s | 1 | 0s | XSLoader::load(); # spent     0s making 1 call to XSLoader::load  | 
| 15 | |||||
| 16 | 1 | 0s | 3 | 0s | our $fallback = # spent     0s making 1 call to Encode::PERLQQ
# spent     0s making 1 call to Encode::STOP_AT_PARTIAL
# spent     0s making 1 call to Encode::WARN_ON_ERR  | 
| 17 | Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL(); | ||||
| 18 | |||||
| 19 | 1 | 0s | 1; | ||
| 20 | __END__ |