| Filename | /usr/lib/x86_64-linux-gnu/perl/5.20/MIME/QuotedPrint.pm |
| Statements | Executed 13 statements in 115µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 12µs | 23µs | MIME::QuotedPrint::BEGIN@3 |
| 1 | 1 | 1 | 7µs | 31µs | MIME::QuotedPrint::BEGIN@12 |
| 1 | 1 | 1 | 6µs | 37µs | MIME::QuotedPrint::BEGIN@4 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package MIME::QuotedPrint; | ||||
| 2 | |||||
| 3 | 2 | 26µs | 2 | 34µs | # spent 23µs (12+11) within MIME::QuotedPrint::BEGIN@3 which was called:
# once (12µs+11µs) by C4::Letters::BEGIN@23 at line 3 # spent 23µs making 1 call to MIME::QuotedPrint::BEGIN@3
# spent 11µs making 1 call to strict::import |
| 4 | 2 | 43µs | 2 | 68µs | # spent 37µs (6+31) within MIME::QuotedPrint::BEGIN@4 which was called:
# once (6µs+31µs) by C4::Letters::BEGIN@23 at line 4 # spent 37µs making 1 call to MIME::QuotedPrint::BEGIN@4
# spent 31µs making 1 call to vars::import |
| 5 | |||||
| 6 | 1 | 500ns | require Exporter; | ||
| 7 | 1 | 5µs | @ISA = qw(Exporter); | ||
| 8 | 1 | 500ns | @EXPORT = qw(encode_qp decode_qp); | ||
| 9 | |||||
| 10 | 1 | 200ns | $VERSION = "3.13"; | ||
| 11 | |||||
| 12 | 2 | 35µs | 2 | 56µs | # spent 31µs (7+25) within MIME::QuotedPrint::BEGIN@12 which was called:
# once (7µs+25µs) by C4::Letters::BEGIN@23 at line 12 # spent 31µs making 1 call to MIME::QuotedPrint::BEGIN@12
# spent 25µs making 1 call to Exporter::import |
| 13 | |||||
| 14 | 1 | 800ns | *encode = \&encode_qp; | ||
| 15 | 1 | 100ns | *decode = \&decode_qp; | ||
| 16 | |||||
| 17 | 1 | 4µs | 1; | ||
| 18 | |||||
| 19 | __END__ |