← Index
NYTProf Performance Profile   « line view »
For nd2: #2 manager: init
  Run on Thu May 2 17:38:58 2019
Reported on Thu May 2 17:40:49 2019

Filename/appl/netdisco/perl5/lib/perl5/x86_64-linux-thread-multi/NetAddr/IP/InetBase.pm
StatementsExecuted 7078009 statements in 9.55s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
252786221.97s4.85sNetAddr::IP::InetBase::::inet_n2dxNetAddr::IP::InetBase::inet_n2dx
252786111.54s1.70sNetAddr::IP::InetBase::::fillIPv4NetAddr::IP::InetBase::fillIPv4
252786111.44s1.57sNetAddr::IP::InetBase::::ipv6_n2dNetAddr::IP::InetBase::ipv6_n2d
252786111.22s3.52sNetAddr::IP::InetBase::::inet_atonNetAddr::IP::InetBase::inet_aton
25278611668ms912msNetAddr::IP::InetBase::::isAnyIPv4NetAddr::IP::InetBase::isAnyIPv4
25278611614ms614msNetAddr::IP::InetBase::::CORE:ghbynameNetAddr::IP::InetBase::CORE:ghbyname (opcode)
50557221556ms556msNetAddr::IP::InetBase::::CORE:matchNetAddr::IP::InetBase::CORE:match (opcode)
50557222425ms425msNetAddr::IP::InetBase::::isIPv4NetAddr::IP::InetBase::isIPv4
25278611131ms131msNetAddr::IP::InetBase::::CORE:unpackNetAddr::IP::InetBase::CORE:unpack (opcode)
0000s0sNetAddr::IP::InetBase::::BEGINNetAddr::IP::InetBase::BEGIN
0000s0sNetAddr::IP::InetBase::::DESTROYNetAddr::IP::InetBase::DESTROY
0000s0sNetAddr::IP::InetBase::::__ANON__[:109]NetAddr::IP::InetBase::__ANON__[:109]
0000s0sNetAddr::IP::InetBase::::fake_AF_INET6NetAddr::IP::InetBase::fake_AF_INET6
0000s0sNetAddr::IP::InetBase::::importNetAddr::IP::InetBase::import
0000s0sNetAddr::IP::InetBase::::ipv6_n2xNetAddr::IP::InetBase::ipv6_n2x
0000s0sNetAddr::IP::InetBase::::isNewIPv4NetAddr::IP::InetBase::isNewIPv4
0000s0sNetAddr::IP::InetBase::::lowerNetAddr::IP::InetBase::lower
0000s0sNetAddr::IP::InetBase::::upperNetAddr::IP::InetBase::upper
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
- -
109
- -
119
- -
124
- -
132
133
- -
135
- -
141
# spent 1.57s (1.44+131ms) within NetAddr::IP::InetBase::ipv6_n2d which was called 252786 times, avg 6µs/call: # 252786 times (1.44s+131ms) by NetAddr::IP::InetBase::inet_n2dx at line 511, avg 6µs/call
14225278655.8ms
- -
144252786765ms252786131ms
# spent 131ms making 252786 calls to NetAddr::IP::InetBase::CORE:unpack, avg 518ns/call
14525278660.2ms
14625278651.0ms
14725278647.6ms
14825278631.1ms
149252786894ms
- -
167
# spent 1.70s (1.54+155ms) within NetAddr::IP::InetBase::fillIPv4 which was called 252786 times, avg 7µs/call: # 252786 times (1.54s+155ms) by NetAddr::IP::InetBase::inet_aton at line 206, avg 7µs/call
16825278647.9ms
16925278636.8ms
170252786639ms252786155ms
# spent 155ms making 252786 calls to NetAddr::IP::InetBase::CORE:match, avg 612ns/call
171252786146ms
- -
173252786434ms
- -
177252786232ms
- -
202252786522ms
- -
205
# spent 3.52s (1.22+2.31) within NetAddr::IP::InetBase::inet_aton which was called 252786 times, avg 14µs/call: # 252786 times (1.22s+2.31s) by NetAddr::IP::Lite::_xnew at line 1046 of NetAddr/IP/Lite.pm, avg 14µs/call
206252786208ms2527861.70s
# spent 1.70s making 252786 calls to NetAddr::IP::InetBase::fillIPv4, avg 7µs/call
2072527861.58s252786614ms
# spent 614ms making 252786 calls to NetAddr::IP::InetBase::CORE:ghbyname, avg 2µs/call
- -
247
# spent 425ms within NetAddr::IP::InetBase::isIPv4 which was called 505572 times, avg 841ns/call: # 252786 times (244ms+0s) by NetAddr::IP::InetBase::isAnyIPv4 at line 265, avg 966ns/call # 252786 times (181ms+0s) by NetAddr::IP::Lite::masklen at line 1142 of NetAddr/IP/Lite.pm, avg 716ns/call
24850557298.4ms
- -
252505572990ms
- -
258
- -
263
# spent 912ms (668+244) within NetAddr::IP::InetBase::isAnyIPv4 which was called 252786 times, avg 4µs/call: # 252786 times (668ms+244ms) by NetAddr::IP::InetBase::inet_n2dx at line 509, avg 4µs/call
26425278641.6ms
265252786161ms252786244ms
# spent 244ms making 252786 calls to NetAddr::IP::InetBase::isIPv4, avg 966ns/call
266252786493ms
- -
270
- -
272
- -
507
# spent 4.85s (1.97+2.88) within NetAddr::IP::InetBase::inet_n2dx which was called 252786 times, avg 19µs/call: # 252785 times (1.97s+2.88s) by NetAddr::IP::Lite::addr at line 1112 of NetAddr/IP/Lite.pm, avg 19µs/call # once (21µs+31µs) by NetAddr::IP::Lite::addr at line 24 of AutoLoader.pm
sub inet_n2dx($) {
50825278668.4ms my($nadr) = @_;
509252786157ms252786912ms if (isAnyIPv4($nadr)) {
# spent 912ms making 252786 calls to NetAddr::IP::InetBase::isAnyIPv4, avg 4µs/call
510252786159ms local $1;
511252786955ms5055721.97s ipv6_n2d($nadr) =~ /([^:]+)$/;
# spent 1.57s making 252786 calls to NetAddr::IP::InetBase::ipv6_n2d, avg 6µs/call # spent 402ms making 252786 calls to NetAddr::IP::InetBase::CORE:match, avg 2µs/call
512252786671ms return $1;
513 }
514 return ipv6_n2x($nadr);
515}
516
517# end of NetAddr::IP::InetBase::inet_n2dx
51812µs1;
 
# spent 614ms within NetAddr::IP::InetBase::CORE:ghbyname which was called 252786 times, avg 2µs/call: # 252786 times (614ms+0s) by NetAddr::IP::InetBase::inet_aton at line 207, avg 2µs/call
sub NetAddr::IP::InetBase::CORE:ghbyname; # opcode
# spent 556ms within NetAddr::IP::InetBase::CORE:match which was called 505572 times, avg 1µs/call: # 252786 times (402ms+0s) by NetAddr::IP::InetBase::inet_n2dx at line 511, avg 2µs/call # 252786 times (155ms+0s) by NetAddr::IP::InetBase::fillIPv4 at line 170, avg 612ns/call
sub NetAddr::IP::InetBase::CORE:match; # opcode
# spent 131ms within NetAddr::IP::InetBase::CORE:unpack which was called 252786 times, avg 518ns/call: # 252786 times (131ms+0s) by NetAddr::IP::InetBase::ipv6_n2d at line 144, avg 518ns/call
sub NetAddr::IP::InetBase::CORE:unpack; # opcode