Filename | /Users/ether/.perlbrew/libs/36.0@std/lib/perl5/B/Hooks/EndOfScope.pm |
Statements | Executed 15 statements in 1.20ms |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.68ms | 3.43ms | BEGIN@13 | B::Hooks::EndOfScope::
1 | 1 | 1 | 25µs | 28µs | BEGIN@5 | B::Hooks::EndOfScope::
1 | 1 | 1 | 11µs | 11µs | BEGIN@10 | B::Hooks::EndOfScope::
1 | 1 | 1 | 8µs | 42µs | BEGIN@20 | B::Hooks::EndOfScope::
1 | 1 | 1 | 6µs | 8.25ms | BEGIN@12 | B::Hooks::EndOfScope::
1 | 1 | 1 | 5µs | 29µ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 | 29µs | 2 | 31µs | # spent 28µs (25+3) within B::Hooks::EndOfScope::BEGIN@5 which was called:
# once (25µs+3µs) by namespace::clean::BEGIN@11 at line 5 # spent 28µs making 1 call to B::Hooks::EndOfScope::BEGIN@5
# spent 3µs making 1 call to strict::import |
6 | 2 | 26µs | 2 | 53µs | # spent 29µs (5+24) within B::Hooks::EndOfScope::BEGIN@6 which was called:
# once (5µs+24µs) by namespace::clean::BEGIN@11 at line 6 # spent 29µs making 1 call to B::Hooks::EndOfScope::BEGIN@6
# spent 24µs making 1 call to warnings::import |
7 | |||||
8 | 1 | 1µs | our $VERSION = '0.26'; | ||
9 | |||||
10 | 2 | 42µs | 1 | 11µs | # spent 11µs within B::Hooks::EndOfScope::BEGIN@10 which was called:
# once (11µs+0s) by namespace::clean::BEGIN@11 at line 10 # spent 11µs making 1 call to B::Hooks::EndOfScope::BEGIN@10 |
11 | |||||
12 | # spent 8.25ms (6µs+8.24) within B::Hooks::EndOfScope::BEGIN@12 which was called:
# once (6µs+8.24ms) by namespace::clean::BEGIN@11 at line 18 | ||||
13 | 3 | 1.01ms | 3 | 3.44ms | # spent 3.43ms (1.68+1.75) within B::Hooks::EndOfScope::BEGIN@13 which was called:
# once (1.68ms+1.75ms) by namespace::clean::BEGIN@11 at line 13 # spent 3.43ms making 1 call to B::Hooks::EndOfScope::BEGIN@13
# spent 9µs making 1 call to UNIVERSAL::VERSION
# spent 0s making 1 call to B::Hooks::EndOfScope::__ANON__ |
14 | 1 | 4µs | 2 | 8.24ms | Module::Implementation::build_loader_sub( # spent 8.22ms making 1 call to Module::Implementation::__ANON__[Module/Implementation.pm:52]
# spent 19µs making 1 call to Module::Implementation::build_loader_sub |
15 | implementations => [ 'XS', 'PP' ], | ||||
16 | symbols => [ 'on_scope_end' ], | ||||
17 | )->(); | ||||
18 | 1 | 35µs | 1 | 8.25ms | } # spent 8.25ms making 1 call to B::Hooks::EndOfScope::BEGIN@12 |
19 | |||||
20 | 1 | 0s | # spent 42µs (8+34) within B::Hooks::EndOfScope::BEGIN@20 which was called:
# once (8µs+34µs) by namespace::clean::BEGIN@11 at line 23 | ||
21 | exports => [ 'on_scope_end' ], | ||||
22 | groups => { default => ['on_scope_end'] }, | ||||
23 | 2 | 52µs | 3 | 76µs | }; # spent 42µs making 1 call to B::Hooks::EndOfScope::BEGIN@20
# spent 29µs making 1 call to Sub::Exporter::Progressive::import
# spent 5µ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 |