Filename | /Users/ether/.perlbrew/libs/36.0@std/lib/perl5/B/Hooks/EndOfScope.pm |
Statements | Executed 15 statements in 997µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.19ms | 2.48ms | BEGIN@13 | B::Hooks::EndOfScope::
1 | 1 | 1 | 63µs | 68µs | BEGIN@5 | B::Hooks::EndOfScope::
1 | 1 | 1 | 20µs | 129µs | BEGIN@20 | B::Hooks::EndOfScope::
1 | 1 | 1 | 14µs | 46µs | BEGIN@6 | B::Hooks::EndOfScope::
1 | 1 | 1 | 11µs | 11µs | BEGIN@10 | B::Hooks::EndOfScope::
1 | 1 | 1 | 9µs | 4.78ms | BEGIN@12 | B::Hooks::EndOfScope::
1 | 1 | 1 | 1µs | 1µs | __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 | 37µs | 2 | 73µs | # spent 68µs (63+5) within B::Hooks::EndOfScope::BEGIN@5 which was called:
# once (63µs+5µs) by namespace::clean::BEGIN@11 at line 5 # spent 68µs making 1 call to B::Hooks::EndOfScope::BEGIN@5
# spent 5µs making 1 call to strict::import |
6 | 2 | 29µs | 2 | 78µs | # spent 46µs (14+32) within B::Hooks::EndOfScope::BEGIN@6 which was called:
# once (14µs+32µs) by namespace::clean::BEGIN@11 at line 6 # spent 46µs making 1 call to B::Hooks::EndOfScope::BEGIN@6
# spent 32µs making 1 call to warnings::import |
7 | |||||
8 | 1 | 0s | our $VERSION = '0.26'; | ||
9 | |||||
10 | 2 | 43µ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 4.78ms (9µs+4.77) within B::Hooks::EndOfScope::BEGIN@12 which was called:
# once (9µs+4.77ms) by namespace::clean::BEGIN@11 at line 18 | ||||
13 | 3 | 663µs | 3 | 2.49ms | # spent 2.48ms (1.19+1.29) within B::Hooks::EndOfScope::BEGIN@13 which was called:
# once (1.19ms+1.29ms) by namespace::clean::BEGIN@11 at line 13 # spent 2.48ms making 1 call to B::Hooks::EndOfScope::BEGIN@13
# spent 6µs making 1 call to UNIVERSAL::VERSION
# spent 1µs making 1 call to B::Hooks::EndOfScope::__ANON__ |
14 | 1 | 16µs | 2 | 4.77ms | Module::Implementation::build_loader_sub( # spent 4.76ms 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 | 72µs | 1 | 4.78ms | } # spent 4.78ms making 1 call to B::Hooks::EndOfScope::BEGIN@12 |
19 | |||||
20 | 1 | 1µs | # spent 129µs (20+109) within B::Hooks::EndOfScope::BEGIN@20 which was called:
# once (20µs+109µs) by namespace::clean::BEGIN@11 at line 23 | ||
21 | exports => [ 'on_scope_end' ], | ||||
22 | groups => { default => ['on_scope_end'] }, | ||||
23 | 2 | 132µs | 3 | 238µs | }; # spent 129µs making 1 call to B::Hooks::EndOfScope::BEGIN@20
# spent 97µs making 1 call to Sub::Exporter::Progressive::import
# spent 12µs making 1 call to UNIVERSAL::VERSION |
24 | |||||
25 | 1 | 4µs | 1; | ||
26 | |||||
27 | __END__ | ||||
# spent 1µs within B::Hooks::EndOfScope::__ANON__ which was called:
# once (1µs+0s) by B::Hooks::EndOfScope::BEGIN@13 at line 13 |