Filename | /usr/lib/perl/5.14/MIME/QuotedPrint.pm |
Statements | Executed 13 statements in 203µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 294µs | 523µs | BEGIN@12 | MIME::QuotedPrint::
1 | 1 | 1 | 17µs | 20µs | BEGIN@3 | MIME::QuotedPrint::
1 | 1 | 1 | 7µs | 44µs | BEGIN@4 | MIME::QuotedPrint::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package MIME::QuotedPrint; | ||||
2 | |||||
3 | 2 | 28µ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 | 50µs | 2 | 82µs | # spent 44µs (7+38) within MIME::QuotedPrint::BEGIN@4 which was called:
# once (7µs+38µs) by Mail::Sendmail::BEGIN@2 at line 4 # spent 44µs making 1 call to MIME::QuotedPrint::BEGIN@4
# spent 38µs making 1 call to vars::import |
5 | |||||
6 | 1 | 600ns | require Exporter; | ||
7 | 1 | 5µs | @ISA = qw(Exporter); | ||
8 | 1 | 600ns | @EXPORT = qw(encode_qp decode_qp); | ||
9 | |||||
10 | 1 | 200ns | $VERSION = "3.13"; | ||
11 | |||||
12 | 2 | 113µs | 2 | 554µs | # spent 523µs (294+229) within MIME::QuotedPrint::BEGIN@12 which was called:
# once (294µs+229µs) by Mail::Sendmail::BEGIN@2 at line 12 # spent 523µs making 1 call to MIME::QuotedPrint::BEGIN@12
# spent 31µs making 1 call to Exporter::import |
13 | |||||
14 | 1 | 1µs | *encode = \&encode_qp; | ||
15 | 1 | 200ns | *decode = \&decode_qp; | ||
16 | |||||
17 | 1 | 5µs | 1; | ||
18 | |||||
19 | __END__ |