Filename | /Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Package/Stash.pm |
Statements | Executed 14 statements in 447µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 56µs | 60µs | BEGIN@2 | Package::Stash::
1 | 1 | 1 | 37µs | 2.43ms | BEGIN@12 | Package::Stash::
1 | 1 | 1 | 20µs | 27µs | BEGIN@10 | Package::Stash::
1 | 1 | 1 | 16µs | 16µs | BEGIN@4 | Package::Stash::
1 | 1 | 1 | 9µs | 119µs | BEGIN@3 | Package::Stash::
1 | 1 | 1 | 0s | 0s | __ANON__ (xsub) | Package::Stash::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Package::Stash; # git description: v0.39-2-ga9a8cce | ||||
2 | 2 | 40µs | 2 | 64µs | # spent 60µs (56+4) within Package::Stash::BEGIN@2 which was called:
# once (56µs+4µs) by namespace::clean::BEGIN@16 at line 2 # spent 60µs making 1 call to Package::Stash::BEGIN@2
# spent 4µs making 1 call to strict::import |
3 | 2 | 37µs | 2 | 229µs | # spent 119µs (9+110) within Package::Stash::BEGIN@3 which was called:
# once (9µs+110µs) by namespace::clean::BEGIN@16 at line 3 # spent 119µs making 1 call to Package::Stash::BEGIN@3
# spent 110µs making 1 call to warnings::import |
4 | 2 | 87µs | 1 | 16µs | # spent 16µs within Package::Stash::BEGIN@4 which was called:
# once (16µs+0s) by namespace::clean::BEGIN@16 at line 4 # spent 16µs making 1 call to Package::Stash::BEGIN@4 |
5 | # ABSTRACT: Routines for manipulating stashes | ||||
6 | |||||
7 | 1 | 0s | our $VERSION = '0.40'; | ||
8 | 1 | 5µs | our $IMPLEMENTATION; | ||
9 | |||||
10 | 3 | 133µs | 3 | 34µs | # spent 27µs (20+7) within Package::Stash::BEGIN@10 which was called:
# once (20µs+7µs) by namespace::clean::BEGIN@16 at line 10 # spent 27µs making 1 call to Package::Stash::BEGIN@10
# spent 7µs making 1 call to UNIVERSAL::VERSION
# spent 0s making 1 call to Package::Stash::__ANON__ |
11 | |||||
12 | # spent 2.43ms (37µs+2.39) within Package::Stash::BEGIN@12 which was called:
# once (37µs+2.39ms) by namespace::clean::BEGIN@16 at line 33 | ||||
13 | local $ENV{PACKAGE_STASH_IMPLEMENTATION} = $IMPLEMENTATION | ||||
14 | 1 | 0s | if ( $IMPLEMENTATION and not $ENV{PACKAGE_STASH_IMPLEMENTATION} ); | ||
15 | |||||
16 | 1 | 9µs | 2 | 2.39ms | Module::Implementation::build_loader_sub( # spent 2.35ms making 1 call to Module::Implementation::__ANON__[Module/Implementation.pm:52]
# spent 40µs making 1 call to Module::Implementation::build_loader_sub |
17 | implementations => [ 'XS', 'PP' ], | ||||
18 | symbols => [qw( | ||||
19 | new | ||||
20 | name | ||||
21 | namespace | ||||
22 | add_symbol | ||||
23 | remove_glob | ||||
24 | has_symbol | ||||
25 | get_symbol | ||||
26 | get_or_add_symbol | ||||
27 | remove_symbol | ||||
28 | list_all_symbols | ||||
29 | get_all_symbols | ||||
30 | )], | ||||
31 | )->(); | ||||
32 | 1 | 6µs | 1 | 3µs | $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__); # spent 3µs making 1 call to Module::Implementation::implementation_for |
33 | 1 | 130µs | 1 | 2.43ms | } # spent 2.43ms making 1 call to Package::Stash::BEGIN@12 |
34 | |||||
35 | __END__ | ||||
# spent 0s within Package::Stash::__ANON__ which was called:
# once (0s+0s) by Package::Stash::BEGIN@10 at line 10 |