← Index
NYTProf Performance Profile   « line view »
For examples/benchmark4.pl
  Run on Thu Aug 28 19:01:43 2014
Reported on Thu Aug 28 19:02:42 2014

Filename/usr/lib/perl5/NetAddr/IP/Util_IS.pm
StatementsExecuted 6 statements in 91µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs31µsNetAddr::IP::Util_IS::::BEGIN@8NetAddr::IP::Util_IS::BEGIN@8
1112µs2µsNetAddr::IP::Util_IS::::not_pureNetAddr::IP::Util_IS::not_pure
1111µs1µ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;
8282µs251µs
# spent 31µs (11+20) within NetAddr::IP::Util_IS::BEGIN@8 which was called: # once (11µs+20µs) by NetAddr::IP::Util::BEGIN@10 at line 8
use vars qw($VERSION);
# spent 31µs making 1 call to NetAddr::IP::Util_IS::BEGIN@8 # spent 20µs making 1 call to vars::import
91300ns$VERSION = 1.00;
10
11
12
# spent 1µs within NetAddr::IP::Util_IS::pure which was called: # once (1µs+0s) by NetAddr::IP::Lite::BEGIN@18 at line 134 of NetAddr/IP/Util.pm
sub pure {
1313µs return 0;
14}
15
# spent 2µs within NetAddr::IP::Util_IS::not_pure which was called: # once (2µs+0s) by NetAddr::IP::Lite::BEGIN@18 at line 129 of NetAddr/IP/Util.pm
sub not_pure {
1614µs return 1;
17}
1812µs1;
19__END__