← Index
NYTProf Performance Profile   « line view »
For svc/members/upsert
  Run on Tue Jan 13 11:50:22 2015
Reported on Tue Jan 13 12:09:47 2015

Filename/usr/share/perl/5.20/integer.pm
StatementsExecuted 40 statements in 193µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
20201137µs37µsinteger::::importinteger::import
1717431µs31µsinteger::::unimportinteger::unimport
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package integer;
2
31300nsour $VERSION = '1.01';
4
51200ns$integer::hint_bits = 0x1;
6
7
# spent 37µs within integer::import which was called 20 times, avg 2µs/call: # once (3µs+0s) by DateTime::BEGIN@1917 at line 1917 of DateTime.pm # once (3µs+0s) by DateTime::BEGIN@758 at line 758 of DateTime.pm # once (2µs+0s) by Math::BigInt::Calc::BEGIN@137 at line 137 of Math/BigInt/Calc.pm # once (2µs+0s) by charnames::BEGIN@395 at line 395 of unicore/Name.pm # once (2µs+0s) by Date::Manip::Date::BEGIN@3440 at line 3440 of Date/Manip/Date.pm # once (2µs+0s) by Date::Manip::Date::BEGIN@1285 at line 1285 of Date/Manip/Date.pm # once (2µs+0s) by Date::Manip::DM6::BEGIN@53 at line 53 of Date/Manip/DM6.pm # once (2µs+0s) by MARC::Record::BEGIN@11 at line 11 of MARC/Record.pm # once (2µs+0s) by Math::BigInt::Calc::BEGIN@2115 at line 2115 of Math/BigInt/Calc.pm # once (2µs+0s) by Math::BigInt::Calc::BEGIN@475 at line 475 of Math/BigInt/Calc.pm # once (2µs+0s) by Date::Manip::Recur::BEGIN@20 at line 20 of Date/Manip/Recur.pm # once (2µs+0s) by Math::BigInt::Calc::BEGIN@792 at line 792 of Math/BigInt/Calc.pm # once (2µs+0s) by Math::BigInt::Calc::BEGIN@2186 at line 2186 of Math/BigInt/Calc.pm # once (2µs+0s) by MARC::File::BEGIN@11 at line 11 of MARC/File.pm # once (1µs+0s) by MARC::Field::BEGIN@5 at line 5 of MARC/Field.pm # once (1µs+0s) by MARC::File::USMARC::BEGIN@11 at line 11 of MARC/File/USMARC.pm # once (1µs+0s) by Math::BigInt::Calc::BEGIN@154 at line 154 of Math/BigInt/Calc.pm # once (1µs+0s) by Math::BigInt::Calc::BEGIN@2150 at line 2150 of Math/BigInt/Calc.pm # once (1µs+0s) by Date::Manip::Base::BEGIN@21 at line 21 of Date/Manip/Base.pm # once (1µs+0s) by Date::Manip::Date::BEGIN@20 at line 20 of Date/Manip/Date.pm
sub import {
82092µs $^H |= $integer::hint_bits;
9}
10
11
# spent 31µs within integer::unimport which was called 17 times, avg 2µs/call: # once (3µs+0s) by Date::Manip::Delta::BEGIN@902 at line 902 of Date/Manip/Delta.pm # once (3µs+0s) by Date::Manip::Date::BEGIN@3019 at line 3019 of Date/Manip/Date.pm # once (2µs+0s) by Math::BigInt::Calc::BEGIN@165 at line 165 of Math/BigInt/Calc.pm # once (2µs+0s) by Date::Manip::Date::BEGIN@1255 at line 1255 of Date/Manip/Date.pm # once (2µs+0s) by Date::Manip::Base::BEGIN@1782 at line 1782 of Date/Manip/Base.pm # once (2µs+0s) by Date::Manip::Base::BEGIN@232 at line 232 of Date/Manip/Base.pm # once (2µs+0s) by Date::Manip::Base::BEGIN@577 at line 577 of Date/Manip/Base.pm # once (2µs+0s) by Date::Manip::Base::BEGIN@392 at line 392 of Date/Manip/Base.pm # once (2µs+0s) by Date::Manip::Delta::BEGIN@979 at line 979 of Date/Manip/Delta.pm # once (2µs+0s) by Date::Manip::Delta::BEGIN@971 at line 971 of Date/Manip/Delta.pm # once (2µs+0s) by Date::Manip::Date::BEGIN@3430 at line 3430 of Date/Manip/Date.pm # once (2µs+0s) by Date::Manip::Base::BEGIN@2194 at line 2194 of Date/Manip/Base.pm # once (1µs+0s) by Date::Manip::Base::BEGIN@2207 at line 2207 of Date/Manip/Base.pm # once (1µs+0s) by Date::Manip::Base::BEGIN@2238 at line 2238 of Date/Manip/Base.pm # once (1µs+0s) by Date::Manip::Base::BEGIN@2218 at line 2218 of Date/Manip/Base.pm # once (1µs+0s) by Date::Manip::Base::BEGIN@2256 at line 2256 of Date/Manip/Base.pm # once (1µs+0s) by Date::Manip::Base::BEGIN@2272 at line 2272 of Date/Manip/Base.pm
sub unimport {
121798µs $^H &= ~$integer::hint_bits;
13}
14
1512µs1;