Filename | /usr/share/perl/5.10/integer.pm |
Statements | Executed 31 statements in 400µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
21 | 21 | 12 | 156µs | 156µs | import | integer::
7 | 7 | 3 | 45µs | 45µs | 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 | 300ns | $integer::hint_bits = 0x1; | ||
6 | |||||
7 | # spent 156µs within integer::import which was called 21 times, avg 7µs/call:
# once (53µs+0s) by Math::BigInt::Calc::BEGIN@2080 at line 2080 of Math/BigInt/Calc.pm
# once (14µs+0s) by Math::BigInt::Calc::BEGIN@787 at line 787 of Math/BigInt/Calc.pm
# once (14µs+0s) by Math::BigInt::Calc::BEGIN@470 at line 470 of Math/BigInt/Calc.pm
# once (8µs+0s) by DateTime::BEGIN@1846 at line 1846 of DateTime.pm
# once (6µs+0s) by Cache::Memcached::GetParser::BEGIN@4 at line 4 of Cache/Memcached/GetParser.pm
# once (6µs+0s) by Date::Manip::Date::BEGIN@2900 at line 2900 of Date/Manip/Date.pm
# once (6µs+0s) by DateTime::BEGIN@672 at line 672 of DateTime.pm
# once (5µs+0s) by Math::BigInt::Calc::BEGIN@2115 at line 2115 of Math/BigInt/Calc.pm
# once (4µs+0s) by Math::BigInt::Calc::BEGIN@137 at line 137 of Math/BigInt/Calc.pm
# once (4µs+0s) by Date::Manip::Date::BEGIN@20 at line 20 of Date/Manip/Date.pm
# once (4µs+0s) by Date::Manip::Date::BEGIN@1163 at line 1163 of Date/Manip/Date.pm
# once (4µs+0s) by Date::Manip::Recur::BEGIN@22 at line 22 of Date/Manip/Recur.pm
# once (4µs+0s) by Date::Manip::BEGIN@52 at line 52 of Date/Manip.pm
# once (4µs+0s) by MARC::File::USMARC::BEGIN@10 at line 10 of MARC/File/USMARC.pm
# once (3µs+0s) by Math::BigInt::Calc::BEGIN@2151 at line 2151 of Math/BigInt/Calc.pm
# once (3µs+0s) by Time::Local::BEGIN@7 at line 7 of Time/Local.pm
# once (3µs+0s) by MARC::Record::BEGIN@10 at line 10 of MARC/Record.pm
# once (3µs+0s) by Date::Manip::Base::BEGIN@20 at line 20 of Date/Manip/Base.pm
# once (3µs+0s) by Math::BigInt::Calc::BEGIN@154 at line 154 of Math/BigInt/Calc.pm
# once (2µs+0s) by MARC::File::BEGIN@10 at line 10 of MARC/File.pm
# once (2µs+0s) by MARC::Field::BEGIN@4 at line 4 of MARC/Field.pm | ||||
8 | 21 | 293µs | $^H |= $integer::hint_bits; | ||
9 | } | ||||
10 | |||||
11 | # spent 45µs within integer::unimport which was called 7 times, avg 6µs/call:
# once (10µs+0s) by Date::Manip::Date::BEGIN@2890 at line 2890 of Date/Manip/Date.pm
# once (8µs+0s) by Date::Manip::Base::BEGIN@2523 at line 2523 of Date/Manip/Base.pm
# once (7µs+0s) by Date::Manip::Date::BEGIN@1134 at line 1134 of Date/Manip/Date.pm
# once (7µs+0s) by Date::Manip::Base::BEGIN@378 at line 378 of Date/Manip/Base.pm
# once (5µs+0s) by Math::BigInt::Calc::BEGIN@165 at line 165 of Math/BigInt/Calc.pm
# once (4µs+0s) by Date::Manip::Base::BEGIN@562 at line 562 of Date/Manip/Base.pm
# once (3µs+0s) by Date::Manip::Base::BEGIN@2568 at line 2568 of Date/Manip/Base.pm | ||||
12 | 7 | 101µs | $^H &= ~$integer::hint_bits; | ||
13 | } | ||||
14 | |||||
15 | 1 | 5µs | 1; |