Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Exception/Configuration/Option/Global.pm |
Statements | Executed 10 statements in 125µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 16µs | 16µs | BEGIN@10 | Perl::Critic::Exception::Configuration::Option::Global::
1 | 1 | 1 | 10µs | 21µs | BEGIN@11 | Perl::Critic::Exception::Configuration::Option::Global::
1 | 1 | 1 | 9µs | 740µs | BEGIN@18 | Perl::Critic::Exception::Configuration::Option::Global::
1 | 1 | 1 | 7µs | 11µs | BEGIN@12 | Perl::Critic::Exception::Configuration::Option::Global::
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::Configuration::Option::Global; | ||||
9 | |||||
10 | 2 | 40µs | 1 | 16µs | # spent 16µs within Perl::Critic::Exception::Configuration::Option::Global::BEGIN@10 which was called:
# once (16µs+0s) by base::import at line 10 # spent 16µs making 1 call to Perl::Critic::Exception::Configuration::Option::Global::BEGIN@10 |
11 | 2 | 21µs | 2 | 32µs | # spent 21µs (10+11) within Perl::Critic::Exception::Configuration::Option::Global::BEGIN@11 which was called:
# once (10µs+11µs) by base::import at line 11 # spent 21µs making 1 call to Perl::Critic::Exception::Configuration::Option::Global::BEGIN@11
# spent 11µs making 1 call to strict::import |
12 | 2 | 39µs | 2 | 15µs | # spent 11µs (7+4) within Perl::Critic::Exception::Configuration::Option::Global::BEGIN@12 which was called:
# once (7µs+4µs) by base::import at line 12 # spent 11µs making 1 call to Perl::Critic::Exception::Configuration::Option::Global::BEGIN@12
# spent 4µs making 1 call to warnings::import |
13 | |||||
14 | 1 | 200ns | our $VERSION = '1.121'; | ||
15 | |||||
16 | #----------------------------------------------------------------------------- | ||||
17 | |||||
18 | # spent 740µs (9+731) within Perl::Critic::Exception::Configuration::Option::Global::BEGIN@18 which was called:
# once (9µs+731µs) by base::import at line 23 | ||||
19 | 1 | 300ns | 'Perl::Critic::Exception::Configuration::Option::Global' => { | ||
20 | isa => 'Perl::Critic::Exception::Configuration::Option', | ||||
21 | description => 'A problem with global Perl::Critic configuration.', | ||||
22 | }, | ||||
23 | 1 | 23µs | 2 | 740µs | ); # spent 740µs making 1 call to Perl::Critic::Exception::Configuration::Option::Global::BEGIN@18
# spent 731µs making 1 call to Exception::Class::import, recursion: max depth 1, sum of overlapping time 731µs |
24 | |||||
25 | #----------------------------------------------------------------------------- | ||||
26 | |||||
27 | 1 | 2µs | 1; | ||
28 | |||||
29 | __END__ |