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