Filename | /home/micha/.plenv/versions/5.38.2/lib/perl5/site_perl/5.38.2/Test2/Event/Waiting.pm |
Statements | Executed 10 statements in 145µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 10µs | 12µs | BEGIN@2 | Test2::Event::Waiting::
1 | 1 | 1 | 7µs | 7µs | BEGIN@8 | Test2::Event::Waiting::
1 | 1 | 1 | 3µs | 20µs | BEGIN@3 | Test2::Event::Waiting::
1 | 1 | 1 | 3µs | 24µs | BEGIN@9 | Test2::Event::Waiting::
0 | 0 | 0 | 0s | 0s | facet_data | Test2::Event::Waiting::
0 | 0 | 0 | 0s | 0s | global | Test2::Event::Waiting::
0 | 0 | 0 | 0s | 0s | summary | Test2::Event::Waiting::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Test2::Event::Waiting; | ||||
2 | 2 | 18µs | 2 | 13µs | # spent 12µs (10+2) within Test2::Event::Waiting::BEGIN@2 which was called:
# once (10µs+2µs) by Test2::API::BEGIN@98 at line 2 # spent 12µs making 1 call to Test2::Event::Waiting::BEGIN@2
# spent 2µs making 1 call to strict::import |
3 | 2 | 34µs | 2 | 36µs | # spent 20µs (3+17) within Test2::Event::Waiting::BEGIN@3 which was called:
# once (3µs+17µs) by Test2::API::BEGIN@98 at line 3 # spent 20µs making 1 call to Test2::Event::Waiting::BEGIN@3
# spent 17µs making 1 call to warnings::import |
4 | |||||
5 | 1 | 300ns | our $VERSION = '1.302198'; | ||
6 | |||||
7 | |||||
8 | 2 | 19µs | 1 | 7µs | # spent 7µs within Test2::Event::Waiting::BEGIN@8 which was called:
# once (7µs+0s) by Test2::API::BEGIN@98 at line 8 # spent 7µs making 1 call to Test2::Event::Waiting::BEGIN@8 |
9 | 2 | 72µs | 2 | 46µs | # spent 24µs (3+21) within Test2::Event::Waiting::BEGIN@9 which was called:
# once (3µs+21µs) by Test2::API::BEGIN@98 at line 9 # spent 24µs making 1 call to Test2::Event::Waiting::BEGIN@9
# spent 21µs making 1 call to Test2::Util::HashBase::import |
10 | |||||
11 | sub global { 1 }; | ||||
12 | |||||
13 | sub summary { "IPC is waiting for children to finish..." } | ||||
14 | |||||
15 | sub facet_data { | ||||
16 | my $self = shift; | ||||
17 | |||||
18 | my $out = $self->common_facet_data; | ||||
19 | |||||
20 | push @{$out->{info}} => { | ||||
21 | tag => 'INFO', | ||||
22 | debug => 0, | ||||
23 | details => $self->summary, | ||||
24 | }; | ||||
25 | |||||
26 | return $out; | ||||
27 | } | ||||
28 | |||||
29 | 1 | 2µs | 1; | ||
30 | |||||
31 | __END__ |