Filename | /usr/lib/perl/5.14/MIME/QuotedPrint.pm |
Statements | Executed 13 statements in 214µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 295µs | 530µs | BEGIN@12 | MIME::QuotedPrint::
1 | 1 | 1 | 17µs | 20µs | BEGIN@3 | MIME::QuotedPrint::
1 | 1 | 1 | 7µs | 45µs | BEGIN@4 | MIME::QuotedPrint::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package MIME::QuotedPrint; | ||||
2 | |||||
3 | 2 | 29µs | 2 | 23µs | # spent 20µs (17+3) within MIME::QuotedPrint::BEGIN@3 which was called:
# once (17µs+3µs) by Mail::Sendmail::BEGIN@2 at line 3 # spent 20µs making 1 call to MIME::QuotedPrint::BEGIN@3
# spent 3µs making 1 call to strict::import |
4 | 2 | 54µs | 2 | 82µs | # spent 45µs (7+37) within MIME::QuotedPrint::BEGIN@4 which was called:
# once (7µs+37µs) by Mail::Sendmail::BEGIN@2 at line 4 # spent 45µs making 1 call to MIME::QuotedPrint::BEGIN@4
# spent 37µs making 1 call to vars::import |
5 | |||||
6 | 1 | 600ns | 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 | 119µs | 2 | 560µs | # spent 530µs (295+235) within MIME::QuotedPrint::BEGIN@12 which was called:
# once (295µs+235µs) by Mail::Sendmail::BEGIN@2 at line 12 # spent 530µs making 1 call to MIME::QuotedPrint::BEGIN@12
# spent 30µs making 1 call to Exporter::import |
13 | |||||
14 | 1 | 1µs | *encode = \&encode_qp; | ||
15 | 1 | 400ns | *decode = \&decode_qp; | ||
16 | |||||
17 | 1 | 5µs | 1; | ||
18 | |||||
19 | __END__ |