Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Package/Stash.pm |
Statements | Executed 15 statements in 218µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 12µs | 495µs | BEGIN@15 | Package::Stash::
1 | 1 | 1 | 9µs | 9µs | BEGIN@8 | Package::Stash::
1 | 1 | 1 | 9µs | 11µs | BEGIN@6 | Package::Stash::
1 | 1 | 1 | 8µs | 8µs | BEGIN@2 | Package::Stash::
1 | 1 | 1 | 8µs | 16µs | BEGIN@13 | Package::Stash::
1 | 1 | 1 | 5µs | 10µs | BEGIN@7 | Package::Stash::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Package::Stash; | ||||
2 | # spent 8µs within Package::Stash::BEGIN@2 which was called:
# once (8µs+0s) by Package::DeprecationManager::BEGIN@10 at line 4 | ||||
3 | 1 | 5µs | $Package::Stash::AUTHORITY = 'cpan:DOY'; | ||
4 | 1 | 28µs | 1 | 8µs | } # spent 8µs making 1 call to Package::Stash::BEGIN@2 |
5 | 1 | 200ns | $Package::Stash::VERSION = '0.37'; | ||
6 | 2 | 20µs | 2 | 13µs | # spent 11µs (9+2) within Package::Stash::BEGIN@6 which was called:
# once (9µs+2µs) by Package::DeprecationManager::BEGIN@10 at line 6 # spent 11µs making 1 call to Package::Stash::BEGIN@6
# spent 2µs making 1 call to strict::import |
7 | 2 | 17µs | 2 | 15µs | # spent 10µs (5+5) within Package::Stash::BEGIN@7 which was called:
# once (5µs+5µs) by Package::DeprecationManager::BEGIN@10 at line 7 # spent 10µs making 1 call to Package::Stash::BEGIN@7
# spent 5µs making 1 call to warnings::import |
8 | 2 | 38µs | 1 | 9µs | # spent 9µs within Package::Stash::BEGIN@8 which was called:
# once (9µs+0s) by Package::DeprecationManager::BEGIN@10 at line 8 # spent 9µs making 1 call to Package::Stash::BEGIN@8 |
9 | # ABSTRACT: routines for manipulating stashes | ||||
10 | |||||
11 | our $IMPLEMENTATION; | ||||
12 | |||||
13 | 3 | 79µs | 2 | 24µs | # spent 16µs (8+8) within Package::Stash::BEGIN@13 which was called:
# once (8µs+8µs) by Package::DeprecationManager::BEGIN@10 at line 13 # spent 16µs making 1 call to Package::Stash::BEGIN@13
# spent 8µs making 1 call to UNIVERSAL::VERSION |
14 | |||||
15 | # spent 495µs (12+482) within Package::Stash::BEGIN@15 which was called:
# once (12µs+482µs) by Package::DeprecationManager::BEGIN@10 at line 36 | ||||
16 | local $ENV{PACKAGE_STASH_IMPLEMENTATION} = $IMPLEMENTATION | ||||
17 | 1 | 100ns | if ( $IMPLEMENTATION and not $ENV{PACKAGE_STASH_IMPLEMENTATION} ); | ||
18 | |||||
19 | 1 | 6µs | 2 | 480µs | Module::Implementation::build_loader_sub( # spent 460µs making 1 call to Module::Implementation::__ANON__[Module/Implementation.pm:52]
# spent 20µ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 | 4µs | 1 | 2µs | $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__); # spent 2µs making 1 call to Module::Implementation::implementation_for |
36 | 1 | 19µs | 1 | 495µs | } # spent 495µs making 1 call to Package::Stash::BEGIN@15 |
37 | |||||
38 | |||||
39 | 1 | 2µs | 1; | ||
40 | |||||
41 | __END__ |