| Filename | /usr/lib/perl/5.10/MIME/QuotedPrint.pm |
| Statements | Executed 16 statements in 152µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 22µs | 27µs | MIME::QuotedPrint::BEGIN@3 |
| 1 | 1 | 1 | 11µs | 57µs | MIME::QuotedPrint::BEGIN@12 |
| 1 | 1 | 1 | 8µs | 62µs | MIME::QuotedPrint::BEGIN@4 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package MIME::QuotedPrint; | ||||
| 2 | |||||
| 3 | 3 | 33µs | 2 | 31µs | # spent 27µs (22+4) within MIME::QuotedPrint::BEGIN@3 which was called:
# once (22µs+4µs) by C4::Letters::BEGIN@23 at line 3 # spent 27µs making 1 call to MIME::QuotedPrint::BEGIN@3
# spent 4µs making 1 call to strict::import |
| 4 | 3 | 60µs | 2 | 116µs | # spent 62µs (8+54) within MIME::QuotedPrint::BEGIN@4 which was called:
# once (8µs+54µs) by C4::Letters::BEGIN@23 at line 4 # spent 62µs making 1 call to MIME::QuotedPrint::BEGIN@4
# spent 54µs making 1 call to vars::import |
| 5 | |||||
| 6 | 1 | 900ns | require Exporter; | ||
| 7 | 1 | 8µs | @ISA = qw(Exporter); | ||
| 8 | 1 | 800ns | @EXPORT = qw(encode_qp decode_qp); | ||
| 9 | |||||
| 10 | 1 | 400ns | $VERSION = "3.08"; | ||
| 11 | |||||
| 12 | 3 | 42µs | 2 | 103µs | # spent 57µs (11+46) within MIME::QuotedPrint::BEGIN@12 which was called:
# once (11µs+46µs) by C4::Letters::BEGIN@23 at line 12 # spent 57µs making 1 call to MIME::QuotedPrint::BEGIN@12
# spent 46µs making 1 call to Exporter::import |
| 13 | |||||
| 14 | 1 | 1µs | *encode = \&encode_qp; | ||
| 15 | 1 | 600ns | *decode = \&decode_qp; | ||
| 16 | |||||
| 17 | 1 | 5µs | 1; | ||
| 18 | |||||
| 19 | __END__ |