← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Sun Nov 5 02:36:06 2017
Reported on Sun Nov 5 02:56:18 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/NetAddr/IP/Util_IS.pm
StatementsExecuted 6 statements in 164µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11154µs141µsNetAddr::IP::Util_IS::::BEGIN@8NetAddr::IP::Util_IS::BEGIN@8
11112µs12µsNetAddr::IP::Util_IS::::pureNetAddr::IP::Util_IS::pure
1115µs5µsNetAddr::IP::Util_IS::::not_pureNetAddr::IP::Util_IS::not_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;
82120µs2228µs
# spent 141µs (54+87) within NetAddr::IP::Util_IS::BEGIN@8 which was called: # once (54µs+87µs) by NetAddr::IP::Util::BEGIN@10 at line 8
use vars qw($VERSION);
# spent 141µs making 1 call to NetAddr::IP::Util_IS::BEGIN@8 # spent 87µs making 1 call to vars::import
9111µs$VERSION = 1.00;
10
11
12
# spent 12µs within NetAddr::IP::Util_IS::pure which was called: # once (12µs+0s) by NetAddr::IP::Lite::BEGIN@18 at line 134 of NetAddr/IP/Util.pm
sub pure {
13115µ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 {
16113µs return 1;
17}
1816µs1;
19__END__