Filename | /Users/ether/.perlbrew/libs/36.0@std/lib/perl5/B/Hooks/EndOfScope.pm |
Statements | Executed 15 statements in 967µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.35ms | 2.73ms | BEGIN@13 | B::Hooks::EndOfScope::
1 | 1 | 1 | 22µs | 24µs | BEGIN@5 | B::Hooks::EndOfScope::
1 | 1 | 1 | 17µs | 83µs | BEGIN@20 | B::Hooks::EndOfScope::
1 | 1 | 1 | 11µs | 7.36ms | BEGIN@12 | B::Hooks::EndOfScope::
1 | 1 | 1 | 10µs | 10µs | BEGIN@10 | B::Hooks::EndOfScope::
1 | 1 | 1 | 5µs | 35µs | BEGIN@6 | B::Hooks::EndOfScope::
1 | 1 | 1 | 0s | 0s | __ANON__ (xsub) | B::Hooks::EndOfScope::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package B::Hooks::EndOfScope; # git description: 0.25-2-g173e4cd | ||||
2 | # ABSTRACT: Execute code after a scope finished compilation | ||||
3 | # KEYWORDS: code hooks execution scope | ||||
4 | |||||
5 | 2 | 24µs | 2 | 26µs | # spent 24µs (22+2) within B::Hooks::EndOfScope::BEGIN@5 which was called:
# once (22µs+2µs) by namespace::clean::BEGIN@11 at line 5 # spent 24µs making 1 call to B::Hooks::EndOfScope::BEGIN@5
# spent 2µs making 1 call to strict::import |
6 | 2 | 25µs | 2 | 65µs | # spent 35µs (5+30) within B::Hooks::EndOfScope::BEGIN@6 which was called:
# once (5µs+30µs) by namespace::clean::BEGIN@11 at line 6 # spent 35µs making 1 call to B::Hooks::EndOfScope::BEGIN@6
# spent 30µs making 1 call to warnings::import |
7 | |||||
8 | 1 | 1µs | our $VERSION = '0.26'; | ||
9 | |||||
10 | 2 | 39µs | 1 | 10µs | # spent 10µs within B::Hooks::EndOfScope::BEGIN@10 which was called:
# once (10µs+0s) by namespace::clean::BEGIN@11 at line 10 # spent 10µs making 1 call to B::Hooks::EndOfScope::BEGIN@10 |
11 | |||||
12 | # spent 7.36ms (11µs+7.35) within B::Hooks::EndOfScope::BEGIN@12 which was called:
# once (11µs+7.35ms) by namespace::clean::BEGIN@11 at line 18 | ||||
13 | 3 | 706µs | 3 | 2.73ms | # spent 2.73ms (1.35+1.38) within B::Hooks::EndOfScope::BEGIN@13 which was called:
# once (1.35ms+1.38ms) by namespace::clean::BEGIN@11 at line 13 # spent 2.73ms making 1 call to B::Hooks::EndOfScope::BEGIN@13
# spent 8µs making 1 call to UNIVERSAL::VERSION
# spent 0s making 1 call to B::Hooks::EndOfScope::__ANON__ |
14 | 1 | 5µs | 2 | 7.35ms | Module::Implementation::build_loader_sub( # spent 7.32ms making 1 call to Module::Implementation::__ANON__[Module/Implementation.pm:52]
# spent 23µs making 1 call to Module::Implementation::build_loader_sub |
15 | implementations => [ 'XS', 'PP' ], | ||||
16 | symbols => [ 'on_scope_end' ], | ||||
17 | )->(); | ||||
18 | 1 | 63µs | 1 | 7.36ms | } # spent 7.36ms making 1 call to B::Hooks::EndOfScope::BEGIN@12 |
19 | |||||
20 | 1 | 0s | # spent 83µs (17+66) within B::Hooks::EndOfScope::BEGIN@20 which was called:
# once (17µs+66µs) by namespace::clean::BEGIN@11 at line 23 | ||
21 | exports => [ 'on_scope_end' ], | ||||
22 | groups => { default => ['on_scope_end'] }, | ||||
23 | 2 | 100µs | 3 | 149µs | }; # spent 83µs making 1 call to B::Hooks::EndOfScope::BEGIN@20
# spent 57µs making 1 call to Sub::Exporter::Progressive::import
# spent 9µs making 1 call to UNIVERSAL::VERSION |
24 | |||||
25 | 1 | 4µs | 1; | ||
26 | |||||
27 | __END__ | ||||
# spent 0s within B::Hooks::EndOfScope::__ANON__ which was called:
# once (0s+0s) by B::Hooks::EndOfScope::BEGIN@13 at line 13 |