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