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