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