| Filename | /usr/lib/perl5/Sub/Name.pm |
| Statements | Executed 20 statements in 214µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 18 | 1 | 1 | 77µs | 77µs | Sub::Name::subname (xsub) |
| 1 | 1 | 1 | 24µs | 24µs | Sub::Name::BEGIN@42 |
| 1 | 1 | 1 | 24µs | 24µs | Sub::Name::bootstrap (xsub) |
| 1 | 1 | 1 | 14µs | 57µs | Sub::Name::BEGIN@50 |
| 1 | 1 | 1 | 12µs | 37µs | Sub::Name::BEGIN@45 |
| 1 | 1 | 1 | 11µs | 15µs | Sub::Name::BEGIN@44 |
| 1 | 1 | 1 | 10µs | 78µs | Sub::Name::BEGIN@49 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Sub::Name; | ||||
| 2 | |||||
| 3 | =head1 NAME | ||||
| 4 | |||||
| - - | |||||
| 42 | 3 | 41µs | 1 | 24µs | # spent 24µs within Sub::Name::BEGIN@42 which was called:
# once (24µs+0s) by base::import at line 42 # spent 24µs making 1 call to Sub::Name::BEGIN@42 |
| 43 | |||||
| 44 | 3 | 26µs | 2 | 20µs | # spent 15µs (11+4) within Sub::Name::BEGIN@44 which was called:
# once (11µs+4µs) by base::import at line 44 # spent 15µs making 1 call to Sub::Name::BEGIN@44
# spent 4µs making 1 call to strict::import |
| 45 | 3 | 41µs | 2 | 62µs | # spent 37µs (12+25) within Sub::Name::BEGIN@45 which was called:
# once (12µs+25µs) by base::import at line 45 # spent 37µs making 1 call to Sub::Name::BEGIN@45
# spent 25µs making 1 call to warnings::import |
| 46 | |||||
| 47 | 1 | 800ns | our $VERSION = '0.04'; | ||
| 48 | |||||
| 49 | 3 | 31µs | 2 | 78µs | # spent 78µs (10+68) within Sub::Name::BEGIN@49 which was called:
# once (10µs+68µs) by base::import at line 49 # spent 78µs making 1 call to Sub::Name::BEGIN@49
# spent 68µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 68µs |
| 50 | 3 | 58µs | 2 | 57µs | # spent 57µs (14+43) within Sub::Name::BEGIN@50 which was called:
# once (14µs+43µs) by base::import at line 50 # spent 57µs making 1 call to Sub::Name::BEGIN@50
# spent 43µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 43µs |
| 51 | |||||
| 52 | 1 | 900ns | our @EXPORT = qw(subname); | ||
| 53 | 1 | 800ns | our @EXPORT_OK = @EXPORT; | ||
| 54 | |||||
| 55 | 1 | 8µs | 1 | 333µs | bootstrap Sub::Name $VERSION; # spent 333µs making 1 call to DynaLoader::bootstrap |
| 56 | |||||
| 57 | 1 | 6µs | 1; | ||
# spent 24µs within Sub::Name::bootstrap which was called:
# once (24µs+0s) by DynaLoader::bootstrap at line 215 of DynaLoader.pm | |||||
# spent 77µs within Sub::Name::subname which was called 18 times, avg 4µs/call:
# 18 times (77µs+0s) by Class::Accessor::_mk_accessors at line 82 of Class/Accessor.pm, avg 4µs/call |