| Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Exception/Parse.pm |
| Statements | Executed 19 statements in 342µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 6.92ms | 75.2ms | Perl::Critic::Exception::Parse::BEGIN@18 |
| 1 | 1 | 1 | 18µs | 18µs | Perl::Critic::Exception::Parse::BEGIN@10 |
| 1 | 1 | 1 | 10µs | 214µs | Perl::Critic::Exception::Parse::BEGIN@24 |
| 1 | 1 | 1 | 9µs | 17µs | Perl::Critic::Exception::Parse::BEGIN@12 |
| 1 | 1 | 1 | 8µs | 437µs | Perl::Critic::Exception::Parse::BEGIN@14 |
| 1 | 1 | 1 | 8µs | 26µs | Perl::Critic::Exception::Parse::BEGIN@16 |
| 1 | 1 | 1 | 8µs | 22µs | Perl::Critic::Exception::Parse::BEGIN@11 |
| 1 | 1 | 1 | 7µs | 28µs | Perl::Critic::Exception::Parse::BEGIN@15 |
| 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::Parse; | ||||
| 9 | |||||
| 10 | 2 | 45µs | 1 | 18µs | # spent 18µs within Perl::Critic::Exception::Parse::BEGIN@10 which was called:
# once (18µs+0s) by Perl::Critic::Command::BEGIN@21 at line 10 # spent 18µs making 1 call to Perl::Critic::Exception::Parse::BEGIN@10 |
| 11 | 2 | 23µs | 2 | 35µs | # spent 22µs (8+14) within Perl::Critic::Exception::Parse::BEGIN@11 which was called:
# once (8µs+14µs) by Perl::Critic::Command::BEGIN@21 at line 11 # spent 22µs making 1 call to Perl::Critic::Exception::Parse::BEGIN@11
# spent 14µs making 1 call to strict::import |
| 12 | 2 | 26µs | 2 | 25µs | # spent 17µs (9+8) within Perl::Critic::Exception::Parse::BEGIN@12 which was called:
# once (9µs+8µs) by Perl::Critic::Command::BEGIN@21 at line 12 # spent 17µs making 1 call to Perl::Critic::Exception::Parse::BEGIN@12
# spent 8µs making 1 call to warnings::import |
| 13 | |||||
| 14 | 2 | 26µs | 2 | 866µs | # spent 437µs (8+429) within Perl::Critic::Exception::Parse::BEGIN@14 which was called:
# once (8µs+429µs) by Perl::Critic::Command::BEGIN@21 at line 14 # spent 437µs making 1 call to Perl::Critic::Exception::Parse::BEGIN@14
# spent 429µs making 1 call to English::import |
| 15 | 2 | 20µs | 2 | 48µs | # spent 28µs (7+20) within Perl::Critic::Exception::Parse::BEGIN@15 which was called:
# once (7µs+20µs) by Perl::Critic::Command::BEGIN@21 at line 15 # spent 28µs making 1 call to Perl::Critic::Exception::Parse::BEGIN@15
# spent 20µs making 1 call to Exporter::import |
| 16 | 2 | 22µs | 2 | 45µs | # spent 26µs (8+18) within Perl::Critic::Exception::Parse::BEGIN@16 which was called:
# once (8µs+18µs) by Perl::Critic::Command::BEGIN@21 at line 16 # spent 26µs making 1 call to Perl::Critic::Exception::Parse::BEGIN@16
# spent 18µs making 1 call to Exporter::import |
| 17 | |||||
| 18 | 2 | 125µs | 2 | 79.4ms | # spent 75.2ms (6.92+68.3) within Perl::Critic::Exception::Parse::BEGIN@18 which was called:
# once (6.92ms+68.3ms) by Perl::Critic::Command::BEGIN@21 at line 18 # spent 75.2ms making 1 call to Perl::Critic::Exception::Parse::BEGIN@18
# spent 4.24ms making 1 call to Exporter::import |
| 19 | |||||
| 20 | 1 | 300ns | our $VERSION = '1.121'; | ||
| 21 | |||||
| 22 | #----------------------------------------------------------------------------- | ||||
| 23 | |||||
| 24 | # spent 214µs (10+204) within Perl::Critic::Exception::Parse::BEGIN@24 which was called:
# once (10µs+204µs) by Perl::Critic::Command::BEGIN@21 at line 31 | ||||
| 25 | 1 | 400ns | 'Perl::Critic::Exception::Parse' => { | ||
| 26 | isa => 'Perl::Critic::Exception', | ||||
| 27 | description => 'A problem parsing source code.', | ||||
| 28 | fields => [ qw< file_name > ], | ||||
| 29 | alias => 'throw_parse', | ||||
| 30 | }, | ||||
| 31 | 1 | 49µs | 2 | 418µs | ); # spent 214µs making 1 call to Perl::Critic::Exception::Parse::BEGIN@24
# spent 204µs making 1 call to Exception::Class::import |
| 32 | |||||
| 33 | #----------------------------------------------------------------------------- | ||||
| 34 | |||||
| 35 | 1 | 2µs | 1 | 26µs | Readonly::Array our @EXPORT_OK => qw< throw_parse >; # spent 26µs making 1 call to Readonly::Array |
| 36 | |||||
| 37 | #----------------------------------------------------------------------------- | ||||
| 38 | |||||
| 39 | 1 | 4µs | 1; | ||
| 40 | |||||
| 41 | #----------------------------------------------------------------------------- | ||||
| 42 | |||||
| 43 | __END__ |