Filename | /Users/ether/.perlbrew/libs/36.0@std/lib/perl5/B/Hooks/EndOfScope.pm |
Statements | Executed 15 statements in 1.04ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.26ms | 2.35ms | BEGIN@13 | B::Hooks::EndOfScope::
1 | 1 | 1 | 69µs | 105µs | BEGIN@20 | B::Hooks::EndOfScope::
1 | 1 | 1 | 42µs | 46µs | BEGIN@5 | B::Hooks::EndOfScope::
1 | 1 | 1 | 16µs | 46µs | BEGIN@6 | B::Hooks::EndOfScope::
1 | 1 | 1 | 10µs | 10µs | BEGIN@10 | B::Hooks::EndOfScope::
1 | 1 | 1 | 5µs | 5.40ms | BEGIN@12 | 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 | 40µs | 2 | 50µs | # spent 46µs (42+4) within B::Hooks::EndOfScope::BEGIN@5 which was called:
# once (42µs+4µs) by namespace::clean::BEGIN@11 at line 5 # spent 46µs making 1 call to B::Hooks::EndOfScope::BEGIN@5
# spent 4µs making 1 call to strict::import |
6 | 2 | 29µs | 2 | 76µs | # spent 46µs (16+30) within B::Hooks::EndOfScope::BEGIN@6 which was called:
# once (16µs+30µs) by namespace::clean::BEGIN@11 at line 6 # spent 46µs making 1 call to B::Hooks::EndOfScope::BEGIN@6
# spent 30µs making 1 call to warnings::import |
7 | |||||
8 | 1 | 0s | our $VERSION = '0.26'; | ||
9 | |||||
10 | 2 | 74µ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 5.40ms (5µs+5.40) within B::Hooks::EndOfScope::BEGIN@12 which was called:
# once (5µs+5.40ms) by namespace::clean::BEGIN@11 at line 18 | ||||
13 | 3 | 757µs | 3 | 2.36ms | # spent 2.35ms (1.26+1.09) within B::Hooks::EndOfScope::BEGIN@13 which was called:
# once (1.26ms+1.09ms) by namespace::clean::BEGIN@11 at line 13 # spent 2.35ms making 1 call to B::Hooks::EndOfScope::BEGIN@13
# spent 5µs making 1 call to UNIVERSAL::VERSION
# spent 0s making 1 call to B::Hooks::EndOfScope::__ANON__ |
14 | 1 | 4µs | 2 | 5.40ms | Module::Implementation::build_loader_sub( # spent 5.38ms making 1 call to Module::Implementation::__ANON__[Module/Implementation.pm:52]
# spent 15µs making 1 call to Module::Implementation::build_loader_sub |
15 | implementations => [ 'XS', 'PP' ], | ||||
16 | symbols => [ 'on_scope_end' ], | ||||
17 | )->(); | ||||
18 | 1 | 39µs | 1 | 5.40ms | } # spent 5.40ms making 1 call to B::Hooks::EndOfScope::BEGIN@12 |
19 | |||||
20 | 1 | 33µs | # spent 105µs (69+36) within B::Hooks::EndOfScope::BEGIN@20 which was called:
# once (69µs+36µs) by namespace::clean::BEGIN@11 at line 23 | ||
21 | exports => [ 'on_scope_end' ], | ||||
22 | groups => { default => ['on_scope_end'] }, | ||||
23 | 2 | 64µs | 3 | 141µs | }; # spent 105µs making 1 call to B::Hooks::EndOfScope::BEGIN@20
# spent 30µs making 1 call to Sub::Exporter::Progressive::import
# spent 6µs making 1 call to UNIVERSAL::VERSION |
24 | |||||
25 | 1 | 3µ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 |