| Filename | /usr/lib/x86_64-linux-gnu/perl-base/integer.pm |
| Statements | Executed 6 statements in 14µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 2µs | 2µs | integer::unimport |
| 2 | 2 | 2 | 2µs | 2µs | integer::import |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package integer; | ||||
| 2 | |||||
| 3 | 1 | 200ns | our $VERSION = '1.01'; | ||
| 4 | |||||
| 5 | 1 | 200ns | $integer::hint_bits = 0x1; | ||
| 6 | |||||
| 7 | # spent 2µs within integer::import which was called 2 times, avg 1µs/call:
# once (1µs+0s) by Pod::Simple::BEGIN@7 at line 7 of Pod/Simple.pm
# once (900ns+0s) by Pod::Simple::BlackBox::BEGIN@21 at line 21 of Pod/Simple/BlackBox.pm | ||||
| 8 | 2 | 5µs | $^H |= $integer::hint_bits; | ||
| 9 | } | ||||
| 10 | |||||
| 11 | # spent 2µs within integer::unimport which was called:
# once (2µs+0s) by Pod::Simple::BlackBox::BEGIN@1520 at line 1520 of Pod/Simple/BlackBox.pm | ||||
| 12 | 1 | 6µs | $^H &= ~$integer::hint_bits; | ||
| 13 | } | ||||
| 14 | |||||
| 15 | 1 | 2µs | 1; |