← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Tue Nov 7 05:38:10 2017
Reported on Tue Nov 7 06:16:01 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/NetAddr/IP/Util_IS.pm
StatementsExecuted 6 statements in 168µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11141µs123µsNetAddr::IP::Util_IS::::BEGIN@8NetAddr::IP::Util_IS::BEGIN@8
11111µs11µ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;
82130µs2205µs
# spent 123µs (41+82) within NetAddr::IP::Util_IS::BEGIN@8 which was called: # once (41µs+82µs) by NetAddr::IP::Util::BEGIN@10 at line 8
use vars qw($VERSION);
# spent 123µs making 1 call to NetAddr::IP::Util_IS::BEGIN@8 # spent 82µs making 1 call to vars::import
912µs$VERSION = 1.00;
10
11
12
# spent 11µs within NetAddr::IP::Util_IS::pure which was called: # once (11µs+0s) by NetAddr::IP::Lite::BEGIN@18 at line 134 of NetAddr/IP/Util.pm
sub pure {
13120µ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 {
16110µs return 1;
17}
1816µs1;
19__END__