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