Filename | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/PPIx/Utilities/Exception/Bug.pm |
Statements | Executed 10 statements in 123µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 14µs | 14µs | BEGIN@10 | PPIx::Utilities::Exception::Bug::
1 | 1 | 1 | 9µs | 173µs | BEGIN@17 | PPIx::Utilities::Exception::Bug::
1 | 1 | 1 | 7µs | 11µs | BEGIN@12 | PPIx::Utilities::Exception::Bug::
1 | 1 | 1 | 7µs | 18µs | BEGIN@11 | PPIx::Utilities::Exception::Bug::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | ############################################################################## | ||||
2 | # $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/distributions/PPIx-Utilities/lib/PPIx/Utilities/Exception/Bug.pm $ | ||||
3 | # $Date: 2010-12-01 20:31:47 -0600 (Wed, 01 Dec 2010) $ | ||||
4 | # $Author: clonezone $ | ||||
5 | # $Revision: 4001 $ | ||||
6 | ############################################################################## | ||||
7 | |||||
8 | package PPIx::Utilities::Exception::Bug; | ||||
9 | |||||
10 | 2 | 35µs | 1 | 14µs | # spent 14µs within PPIx::Utilities::Exception::Bug::BEGIN@10 which was called:
# once (14µs+0s) by PPIx::Utilities::Node::BEGIN@16 at line 10 # spent 14µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@10 |
11 | 2 | 21µs | 2 | 29µs | # spent 18µs (7+11) within PPIx::Utilities::Exception::Bug::BEGIN@11 which was called:
# once (7µs+11µs) by PPIx::Utilities::Node::BEGIN@16 at line 11 # spent 18µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@11
# spent 11µs making 1 call to strict::import |
12 | 2 | 38µs | 2 | 16µs | # spent 11µs (7+4) within PPIx::Utilities::Exception::Bug::BEGIN@12 which was called:
# once (7µs+4µs) by PPIx::Utilities::Node::BEGIN@16 at line 12 # spent 11µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@12
# spent 4µs making 1 call to warnings::import |
13 | |||||
14 | 1 | 300ns | our $VERSION = '1.001000'; | ||
15 | |||||
16 | |||||
17 | # spent 173µs (9+164) within PPIx::Utilities::Exception::Bug::BEGIN@17 which was called:
# once (9µs+164µs) by PPIx::Utilities::Node::BEGIN@16 at line 22 | ||||
18 | 1 | 400ns | 'PPIx::Utilities::Exception::Bug' => { | ||
19 | isa => 'Exception::Class::Base', | ||||
20 | description => 'A bug in either PPIx::Utilities or PPI.', | ||||
21 | }, | ||||
22 | 1 | 26µs | 2 | 338µs | ); # spent 173µs making 1 call to PPIx::Utilities::Exception::Bug::BEGIN@17
# spent 164µs making 1 call to Exception::Class::import |
23 | |||||
24 | |||||
25 | 1 | 2µs | 1; | ||
26 | |||||
27 | __END__ |