Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Perl/Critic/Exception/IO.pm |
Statements | Executed 19 statements in 282µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 14µs | 14µs | BEGIN@10 | Perl::Critic::Exception::IO::
1 | 1 | 1 | 10µs | 237µs | BEGIN@24 | Perl::Critic::Exception::IO::
1 | 1 | 1 | 7µs | 257µs | BEGIN@18 | Perl::Critic::Exception::IO::
1 | 1 | 1 | 7µs | 26µs | BEGIN@16 | Perl::Critic::Exception::IO::
1 | 1 | 1 | 7µs | 11µs | BEGIN@12 | Perl::Critic::Exception::IO::
1 | 1 | 1 | 6µs | 28µs | BEGIN@14 | Perl::Critic::Exception::IO::
1 | 1 | 1 | 6µs | 17µs | BEGIN@11 | Perl::Critic::Exception::IO::
1 | 1 | 1 | 6µs | 355µs | BEGIN@15 | Perl::Critic::Exception::IO::
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::IO; | ||||
9 | |||||
10 | 2 | 36µs | 1 | 14µs | # spent 14µs within Perl::Critic::Exception::IO::BEGIN@10 which was called:
# once (14µs+0s) by Perl::Critic::Utils::POD::BEGIN@22 at line 10 # spent 14µs making 1 call to Perl::Critic::Exception::IO::BEGIN@10 |
11 | 2 | 18µs | 2 | 28µs | # spent 17µs (6+11) within Perl::Critic::Exception::IO::BEGIN@11 which was called:
# once (6µs+11µs) by Perl::Critic::Utils::POD::BEGIN@22 at line 11 # spent 17µs making 1 call to Perl::Critic::Exception::IO::BEGIN@11
# spent 11µs making 1 call to strict::import |
12 | 2 | 23µs | 2 | 15µs | # spent 11µs (7+4) within Perl::Critic::Exception::IO::BEGIN@12 which was called:
# once (7µs+4µs) by Perl::Critic::Utils::POD::BEGIN@22 at line 12 # spent 11µs making 1 call to Perl::Critic::Exception::IO::BEGIN@12
# spent 4µs making 1 call to warnings::import |
13 | |||||
14 | 2 | 20µs | 2 | 49µs | # spent 28µs (6+21) within Perl::Critic::Exception::IO::BEGIN@14 which was called:
# once (6µs+21µs) by Perl::Critic::Utils::POD::BEGIN@22 at line 14 # spent 28µs making 1 call to Perl::Critic::Exception::IO::BEGIN@14
# spent 21µs making 1 call to Exporter::import |
15 | 2 | 21µs | 2 | 703µs | # spent 355µs (6+348) within Perl::Critic::Exception::IO::BEGIN@15 which was called:
# once (6µs+348µs) by Perl::Critic::Utils::POD::BEGIN@22 at line 15 # spent 355µs making 1 call to Perl::Critic::Exception::IO::BEGIN@15
# spent 348µs making 1 call to English::import |
16 | 2 | 20µs | 2 | 44µs | # spent 26µs (7+18) within Perl::Critic::Exception::IO::BEGIN@16 which was called:
# once (7µs+18µs) by Perl::Critic::Utils::POD::BEGIN@22 at line 16 # spent 26µs making 1 call to Perl::Critic::Exception::IO::BEGIN@16
# spent 18µs making 1 call to Exporter::import |
17 | |||||
18 | 2 | 59µs | 2 | 507µs | # spent 257µs (7+250) within Perl::Critic::Exception::IO::BEGIN@18 which was called:
# once (7µs+250µs) by Perl::Critic::Utils::POD::BEGIN@22 at line 18 # spent 257µs making 1 call to Perl::Critic::Exception::IO::BEGIN@18
# spent 250µs making 1 call to Exporter::import |
19 | |||||
20 | 1 | 700ns | our $VERSION = '1.121'; | ||
21 | |||||
22 | #----------------------------------------------------------------------------- | ||||
23 | |||||
24 | # spent 237µs (10+227) within Perl::Critic::Exception::IO::BEGIN@24 which was called:
# once (10µs+227µs) by Perl::Critic::Utils::POD::BEGIN@22 at line 31 | ||||
25 | 1 | 300ns | 'Perl::Critic::Exception::IO' => { | ||
26 | isa => 'Perl::Critic::Exception', | ||||
27 | description => 'An input/output problem.', | ||||
28 | fields => [ qw< file_name errno > ], | ||||
29 | alias => 'throw_io', | ||||
30 | }, | ||||
31 | 1 | 74µs | 2 | 464µs | ); # spent 237µs making 1 call to Perl::Critic::Exception::IO::BEGIN@24
# spent 227µs making 1 call to Exception::Class::import |
32 | |||||
33 | #----------------------------------------------------------------------------- | ||||
34 | |||||
35 | 1 | 4µs | 1 | 37µs | Readonly::Array our @EXPORT_OK => qw< throw_io >; # spent 37µs making 1 call to Readonly::Array |
36 | |||||
37 | #----------------------------------------------------------------------------- | ||||
38 | |||||
39 | 1 | 4µs | 1; | ||
40 | |||||
41 | #----------------------------------------------------------------------------- | ||||
42 | |||||
43 | __END__ |