| File | /usr/share/perl/5.10/integer.pm |
| Statements Executed | 6 |
| Total Time | 1.05e-05 seconds |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 3 | 3 | 3 | 22µs | 22µs | integer::import |
| 0 | 0 | 0 | 0s | 0s | integer::unimport |
| Line | Stmts. | Exclusive Time | Avg. | Code |
|---|---|---|---|---|
| 1 | package integer; | |||
| 2 | ||||
| 3 | 1 | 700ns | 700ns | our $VERSION = '1.00'; |
| 4 | ||||
| 5 | 1 | 400ns | 400ns | $integer::hint_bits = 0x1; |
| 6 | ||||
| 7 | # spent 22µs within integer::import which was called 3 times, avg 7µs/call:
# once (9µs+0s) at line 4 of /usr/share/perl5/MARC/Field.pm
# once (7µs+0s) at line 10 of /usr/share/perl5/MARC/File.pm
# once (5µs+0s) at line 10 of /usr/share/perl5/MARC/Record.pm | |||
| 8 | 3 | 6µs | 2µs | $^H |= $integer::hint_bits; |
| 9 | } | |||
| 10 | ||||
| 11 | sub unimport { | |||
| 12 | $^H &= ~$integer::hint_bits; | |||
| 13 | } | |||
| 14 | ||||
| 15 | 1 | 4µs | 4µs | 1; |