Filename | /usr/lib/perl/5.10/MIME/QuotedPrint.pm |
Statements | Executed 16 statements in 266µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 35µs | 81µs | BEGIN@3 | MIME::QuotedPrint::
1 | 1 | 1 | 15µs | 67µs | BEGIN@12 | MIME::QuotedPrint::
1 | 1 | 1 | 10µs | 96µs | BEGIN@4 | MIME::QuotedPrint::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package MIME::QuotedPrint; | ||||
2 | |||||
3 | 3 | 86µs | 2 | 128µs | # spent 81µs (35+47) within MIME::QuotedPrint::BEGIN@3 which was called:
# once (35µs+47µs) by C4::Letters::BEGIN@23 at line 3 # spent 81µs making 1 call to MIME::QuotedPrint::BEGIN@3
# spent 47µs making 1 call to strict::import |
4 | 3 | 92µs | 2 | 181µs | # spent 96µs (10+85) within MIME::QuotedPrint::BEGIN@4 which was called:
# once (10µs+85µs) by C4::Letters::BEGIN@23 at line 4 # spent 96µs making 1 call to MIME::QuotedPrint::BEGIN@4
# spent 86µs making 1 call to vars::import |
5 | |||||
6 | 1 | 1µs | require Exporter; | ||
7 | 1 | 14µs | @ISA = qw(Exporter); | ||
8 | 1 | 2µs | @EXPORT = qw(encode_qp decode_qp); | ||
9 | |||||
10 | 1 | 800ns | $VERSION = "3.08"; | ||
11 | |||||
12 | 3 | 58µs | 2 | 118µs | # spent 67µs (15+51) within MIME::QuotedPrint::BEGIN@12 which was called:
# once (15µs+51µs) by C4::Letters::BEGIN@23 at line 12 # spent 67µs making 1 call to MIME::QuotedPrint::BEGIN@12
# spent 52µs making 1 call to Exporter::import |
13 | |||||
14 | 1 | 2µs | *encode = \&encode_qp; | ||
15 | 1 | 1µs | *decode = \&decode_qp; | ||
16 | |||||
17 | 1 | 9µs | 1; | ||
18 | |||||
19 | __END__ |