← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Sun Nov 5 03:09:29 2017
Reported on Mon Nov 6 13:20:46 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/NetAddr/IP/Util_IS.pm
StatementsExecuted 6 statements in 140µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11137µs98µsNetAddr::IP::Util_IS::::BEGIN@8NetAddr::IP::Util_IS::BEGIN@8
1115µs5µsNetAddr::IP::Util_IS::::not_pureNetAddr::IP::Util_IS::not_pure
1115µs5µsNetAddr::IP::Util_IS::::pureNetAddr::IP::Util_IS::pure
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1#!/usr/bin/perl
2#
3# DO NOT ALTER THIS FILE
4# IT IS WRITTEN BY Makefile.PL
5# EDIT THAT INSTEAD
6#
7package NetAddr::IP::Util_IS;
82115µs2160µs
# spent 98µs (37+62) within NetAddr::IP::Util_IS::BEGIN@8 which was called: # once (37µs+62µs) by NetAddr::IP::Util::BEGIN@10 at line 8
use vars qw($VERSION);
# spent 98µs making 1 call to NetAddr::IP::Util_IS::BEGIN@8 # spent 62µs making 1 call to vars::import
912µs$VERSION = 1.00;
10
11
12
# spent 5µs within NetAddr::IP::Util_IS::pure which was called: # once (5µs+0s) by NetAddr::IP::Lite::BEGIN@18 at line 134 of NetAddr/IP/Util.pm
sub pure {
1318µs return 0;
14}
15
# spent 5µs within NetAddr::IP::Util_IS::not_pure which was called: # once (5µs+0s) by NetAddr::IP::Lite::BEGIN@18 at line 129 of NetAddr/IP/Util.pm
sub not_pure {
1619µs return 1;
17}
1816µs1;
19__END__