Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Exception/Fatal/Generic.pm |
Statements | Executed 13 statements in 324µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 918µs | 6.21ms | BEGIN@20 | Perl::Critic::Exception::Fatal::Generic::
1 | 1 | 1 | 32µs | 32µs | BEGIN@10 | Perl::Critic::Exception::Fatal::Generic::
1 | 1 | 1 | 13µs | 48µs | BEGIN@14 | Perl::Critic::Exception::Fatal::Generic::
1 | 1 | 1 | 13µs | 23µs | BEGIN@12 | Perl::Critic::Exception::Fatal::Generic::
1 | 1 | 1 | 10µs | 26µs | BEGIN@11 | Perl::Critic::Exception::Fatal::Generic::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | ############################################################################## | ||||
2 | # $URL$ | ||||
3 | # $Date$ | ||||
4 | # $Author$ | ||||
5 | # $Revision$ | ||||
6 | ############################################################################## | ||||
7 | |||||
8 | package Perl::Critic::Exception::Fatal::Generic; | ||||
9 | |||||
10 | 2 | 63µs | 1 | 32µs | # spent 32µs within Perl::Critic::Exception::Fatal::Generic::BEGIN@10 which was called:
# once (32µs+0s) by Perl::Critic::Utils::BEGIN@25 at line 10 # spent 32µs making 1 call to Perl::Critic::Exception::Fatal::Generic::BEGIN@10 |
11 | 2 | 27µs | 2 | 43µs | # spent 26µs (10+16) within Perl::Critic::Exception::Fatal::Generic::BEGIN@11 which was called:
# once (10µs+16µs) by Perl::Critic::Utils::BEGIN@25 at line 11 # spent 26µs making 1 call to Perl::Critic::Exception::Fatal::Generic::BEGIN@11
# spent 16µs making 1 call to strict::import |
12 | 2 | 27µs | 2 | 32µs | # spent 23µs (13+10) within Perl::Critic::Exception::Fatal::Generic::BEGIN@12 which was called:
# once (13µs+10µs) by Perl::Critic::Utils::BEGIN@25 at line 12 # spent 23µs making 1 call to Perl::Critic::Exception::Fatal::Generic::BEGIN@12
# spent 10µs making 1 call to warnings::import |
13 | |||||
14 | 2 | 64µs | 2 | 84µs | # spent 48µs (13+35) within Perl::Critic::Exception::Fatal::Generic::BEGIN@14 which was called:
# once (13µs+35µs) by Perl::Critic::Utils::BEGIN@25 at line 14 # spent 48µs making 1 call to Perl::Critic::Exception::Fatal::Generic::BEGIN@14
# spent 35µs making 1 call to Exporter::import |
15 | |||||
16 | 1 | 300ns | our $VERSION = '1.121'; | ||
17 | |||||
18 | #----------------------------------------------------------------------------- | ||||
19 | |||||
20 | # spent 6.21ms (918µs+5.29) within Perl::Critic::Exception::Fatal::Generic::BEGIN@20 which was called:
# once (918µs+5.29ms) by Perl::Critic::Utils::BEGIN@25 at line 26 | ||||
21 | 1 | 95µs | 'Perl::Critic::Exception::Fatal::Generic' => { | ||
22 | isa => 'Perl::Critic::Exception::Fatal', | ||||
23 | description => 'A general problem was found.', | ||||
24 | alias => 'throw_generic', | ||||
25 | }, | ||||
26 | 1 | 42µs | 2 | 7.29ms | ); # spent 6.21ms making 1 call to Perl::Critic::Exception::Fatal::Generic::BEGIN@20
# spent 1.09ms making 1 call to Exception::Class::import |
27 | |||||
28 | #----------------------------------------------------------------------------- | ||||
29 | |||||
30 | 1 | 3µs | 1 | 43µs | Readonly::Array our @EXPORT_OK => qw< throw_generic >; # spent 43µs making 1 call to Readonly::Array |
31 | |||||
32 | #----------------------------------------------------------------------------- | ||||
33 | |||||
34 | |||||
35 | 1 | 3µs | 1; | ||
36 | |||||
37 | __END__ |