| File | /usr/share/perl/5.8/integer.pm | Statements Executed | 7 | Total Time | 3.4e-05 seconds |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
|---|---|---|---|---|---|---|
| 3 | 3 | 1 | 5.0e-5 | 5.0e-5 | integer:: | unimport |
| 1 | 1 | 1 | 2.2e-5 | 2.2e-5 | integer:: | import |
| Line | Stmts. | Exclusive Time | Avg. | Code |
|---|---|---|---|---|
| 1 | package integer; | |||
| 2 | ||||
| 3 | 1 | 2.0e-6 | 2.0e-6 | our $VERSION = '1.00'; |
| 4 | ||||
| 5 | 1 | 1.0e-6 | 1.0e-6 | $integer::hint_bits = 0x1; |
| 6 | ||||
| 7 | # spent 22µs within integer::import which was called
# once (22µs+0) at line 7 of /usr/share/perl/5.8/Time/Local.pm | |||
| 8 | 1 | 7.0e-6 | 7.0e-6 | $^H |= $integer::hint_bits; |
| 9 | } | |||
| 10 | ||||
| 11 | # spent 50µs within integer::unimport which was called 3 times, avg 17µs/call:
# once (19µs+0) by Time::Local::_timegm at line 83 of /usr/share/perl/5.8/Time/Local.pm
# once (17µs+0) at line 57 of /usr/share/perl/5.8/Time/Local.pm
# once (14µs+0) by Time::Local::BEGIN or Time::Local::timegm at line 144 of /usr/share/perl/5.8/Time/Local.pm | |||
| 12 | 3 | 1.6e-5 | 5.3e-6 | $^H &= ~$integer::hint_bits; |
| 13 | } | |||
| 14 | ||||
| 15 | 1 | 8.0e-6 | 8.0e-6 | 1; |