Filename | /usr/share/perl/5.18/integer.pm |
Statements | Executed 4 statements in 10µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 3µs | 3µs | import | integer::
0 | 0 | 0 | 0s | 0s | unimport | integer::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package integer; | ||||
2 | |||||
3 | 1 | 500ns | our $VERSION = '1.00'; | ||
4 | |||||
5 | 1 | 200ns | $integer::hint_bits = 0x1; | ||
6 | |||||
7 | # spent 3µs within integer::import which was called:
# once (3µs+0s) by URI::_punycode::BEGIN@10 at line 10 of URI/_punycode.pm | ||||
8 | 1 | 7µs | $^H |= $integer::hint_bits; | ||
9 | } | ||||
10 | |||||
11 | sub unimport { | ||||
12 | $^H &= ~$integer::hint_bits; | ||||
13 | } | ||||
14 | |||||
15 | 1 | 3µs | 1; |