Filename | /usr/share/perl/5.14/integer.pm |
Statements | Executed 14 statements in 168µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
10 | 10 | 3 | 55µs | 55µs | import | integer::
1 | 1 | 1 | 6µs | 6µs | unimport | integer::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package integer; | ||||
2 | |||||
3 | 1 | 1µs | our $VERSION = '1.00'; | ||
4 | |||||
5 | 1 | 400ns | $integer::hint_bits = 0x1; | ||
6 | |||||
7 | # spent 55µs within integer::import which was called 10 times, avg 6µs/call:
# once (7µs+0s) by DateTime::BEGIN@718 at line 718 of DateTime.pm
# once (7µs+0s) by DateTime::BEGIN@1871 at line 1871 of DateTime.pm
# once (6µs+0s) by Math::BigInt::Calc::BEGIN@475 at line 475 of Math/BigInt/Calc.pm
# once (6µs+0s) by Math::BigInt::Calc::BEGIN@2115 at line 2115 of Math/BigInt/Calc.pm
# once (6µs+0s) by Math::BigInt::Calc::BEGIN@137 at line 137 of Math/BigInt/Calc.pm
# once (6µs+0s) by Math::BigInt::Calc::BEGIN@792 at line 792 of Math/BigInt/Calc.pm
# once (5µs+0s) by Math::BigInt::Calc::BEGIN@2150 at line 2150 of Math/BigInt/Calc.pm
# once (5µs+0s) by Math::BigInt::Calc::BEGIN@154 at line 154 of Math/BigInt/Calc.pm
# once (5µs+0s) by Math::BigInt::Calc::BEGIN@2186 at line 2186 of Math/BigInt/Calc.pm
# once (2µs+0s) by Tie::IxHash::BEGIN@13 at line 13 of Tie/IxHash.pm | ||||
8 | 10 | 148µs | $^H |= $integer::hint_bits; | ||
9 | } | ||||
10 | |||||
11 | # spent 6µs within integer::unimport which was called:
# once (6µs+0s) by Math::BigInt::Calc::BEGIN@165 at line 165 of Math/BigInt/Calc.pm | ||||
12 | 1 | 12µs | $^H &= ~$integer::hint_bits; | ||
13 | } | ||||
14 | |||||
15 | 1 | 7µs | 1; |