| Filename | /usr/lib/perl5/NetAddr/IP/Util_IS.pm |
| Statements | Executed 6 statements in 91µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 11µs | 31µs | NetAddr::IP::Util_IS::BEGIN@8 |
| 1 | 1 | 1 | 2µs | 2µs | NetAddr::IP::Util_IS::not_pure |
| 1 | 1 | 1 | 1µs | 1µs | NetAddr::IP::Util_IS::pure |
| 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 | # | ||||
| 7 | package NetAddr::IP::Util_IS; | ||||
| 8 | 2 | 82µs | 2 | 51µ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 # spent 31µs making 1 call to NetAddr::IP::Util_IS::BEGIN@8
# spent 20µs making 1 call to vars::import |
| 9 | 1 | 300ns | $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 | ||||
| 13 | 1 | 3µ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 | ||||
| 16 | 1 | 4µs | return 1; | ||
| 17 | } | ||||
| 18 | 1 | 2µs | 1; | ||
| 19 | __END__ |