| Filename | /usr/share/perl/5.18/integer.pm |
| Statements | Executed 4 statements in 18µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 4µs | 4µ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 | 600ns | our $VERSION = '1.00'; | ||
| 4 | |||||
| 5 | 1 | 200ns | $integer::hint_bits = 0x1; | ||
| 6 | |||||
| 7 | # spent 4µs within integer::import which was called:
# once (4µs+0s) by Time::Piece::BEGIN@422 at line 422 of Time/Piece.pm | ||||
| 8 | 1 | 14µs | $^H |= $integer::hint_bits; | ||
| 9 | } | ||||
| 10 | |||||
| 11 | sub unimport { | ||||
| 12 | $^H &= ~$integer::hint_bits; | ||||
| 13 | } | ||||
| 14 | |||||
| 15 | 1 | 4µs | 1; |