| Filename | /usr/local/share/perl/5.18.2/Package/Stash.pm |
| Statements | Executed 16 statements in 381µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 23µs | 874µs | Package::Stash::BEGIN@15 |
| 1 | 1 | 1 | 13µs | 13µs | Package::Stash::BEGIN@8 |
| 1 | 1 | 1 | 12µs | 23µs | Package::Stash::BEGIN@13 |
| 1 | 1 | 1 | 10µs | 10µs | Package::Stash::BEGIN@2 |
| 1 | 1 | 1 | 10µs | 15µs | Package::Stash::BEGIN@7 |
| 1 | 1 | 1 | 8µs | 24µs | Package::Stash::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Package::Stash; | ||||
| 2 | # spent 10µs within Package::Stash::BEGIN@2 which was called:
# once (10µs+0s) by namespace::clean::BEGIN@16 at line 4 | ||||
| 3 | 1 | 11µs | $Package::Stash::AUTHORITY = 'cpan:DOY'; | ||
| 4 | 1 | 34µs | 1 | 10µs | } # spent 10µs making 1 call to Package::Stash::BEGIN@2 |
| 5 | 1 | 600ns | $Package::Stash::VERSION = '0.37'; | ||
| 6 | 2 | 33µs | 2 | 40µs | # spent 24µs (8+16) within Package::Stash::BEGIN@6 which was called:
# once (8µs+16µs) by namespace::clean::BEGIN@16 at line 6 # spent 24µs making 1 call to Package::Stash::BEGIN@6
# spent 16µs making 1 call to strict::import |
| 7 | 2 | 27µs | 2 | 21µs | # spent 15µs (10+6) within Package::Stash::BEGIN@7 which was called:
# once (10µs+6µs) by namespace::clean::BEGIN@16 at line 7 # spent 15µs making 1 call to Package::Stash::BEGIN@7
# spent 6µs making 1 call to warnings::import |
| 8 | 2 | 87µs | 1 | 13µs | # spent 13µs within Package::Stash::BEGIN@8 which was called:
# once (13µs+0s) by namespace::clean::BEGIN@16 at line 8 # spent 13µs making 1 call to Package::Stash::BEGIN@8 |
| 9 | # ABSTRACT: routines for manipulating stashes | ||||
| 10 | |||||
| 11 | 1 | 200ns | our $IMPLEMENTATION; | ||
| 12 | |||||
| 13 | 3 | 138µs | 2 | 33µs | # spent 23µs (12+10) within Package::Stash::BEGIN@13 which was called:
# once (12µs+10µs) by namespace::clean::BEGIN@16 at line 13 # spent 23µs making 1 call to Package::Stash::BEGIN@13
# spent 10µs making 1 call to UNIVERSAL::VERSION |
| 14 | |||||
| 15 | # spent 874µs (23+851) within Package::Stash::BEGIN@15 which was called:
# once (23µs+851µs) by namespace::clean::BEGIN@16 at line 36 | ||||
| 16 | 1 | 200ns | local $ENV{PACKAGE_STASH_IMPLEMENTATION} = $IMPLEMENTATION | ||
| 17 | if ( $IMPLEMENTATION and not $ENV{PACKAGE_STASH_IMPLEMENTATION} ); | ||||
| 18 | |||||
| 19 | 1 | 10µs | 2 | 848µs | Module::Implementation::build_loader_sub( # spent 821µs making 1 call to Module::Implementation::__ANON__[Module/Implementation.pm:52]
# spent 27µs making 1 call to Module::Implementation::build_loader_sub |
| 20 | implementations => [ 'XS', 'PP' ], | ||||
| 21 | symbols => [qw( | ||||
| 22 | new | ||||
| 23 | name | ||||
| 24 | namespace | ||||
| 25 | add_symbol | ||||
| 26 | remove_glob | ||||
| 27 | has_symbol | ||||
| 28 | get_symbol | ||||
| 29 | get_or_add_symbol | ||||
| 30 | remove_symbol | ||||
| 31 | list_all_symbols | ||||
| 32 | get_all_symbols | ||||
| 33 | )], | ||||
| 34 | )->(); | ||||
| 35 | 1 | 5µs | 1 | 3µs | $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__); # spent 3µs making 1 call to Module::Implementation::implementation_for |
| 36 | 1 | 33µs | 1 | 874µs | } # spent 874µs making 1 call to Package::Stash::BEGIN@15 |
| 37 | |||||
| 38 | |||||
| 39 | 1 | 3µs | 1; | ||
| 40 | |||||
| 41 | __END__ |