| Filename | /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/MooseX/StrictConstructor.pm |
| Statements | Executed 24 statements in 1.98ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 1.57ms | 17.5ms | MooseX::StrictConstructor::BEGIN@13 |
| 1 | 1 | 1 | 1.47ms | 17.3ms | MooseX::StrictConstructor::BEGIN@12 |
| 1 | 1 | 1 | 54µs | 118µs | MooseX::StrictConstructor::BEGIN@9 |
| 1 | 1 | 1 | 46µs | 46µs | MooseX::StrictConstructor::BEGIN@2 |
| 1 | 1 | 1 | 40µs | 58µs | MooseX::StrictConstructor::BEGIN@6 |
| 1 | 1 | 1 | 38µs | 105µs | MooseX::StrictConstructor::BEGIN@7 |
| 1 | 1 | 1 | 36µs | 155µs | MooseX::StrictConstructor::BEGIN@10 |
| 1 | 1 | 1 | 26µs | 26µs | MooseX::StrictConstructor::BEGIN@11 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package MooseX::StrictConstructor; | ||||
| 2 | # spent 46µs within MooseX::StrictConstructor::BEGIN@2 which was called:
# once (46µs+0s) by Markdent::Event::StartDocument::BEGIN@11 at line 4 | ||||
| 3 | 1 | 28µs | $MooseX::StrictConstructor::VERSION = '0.11'; | ||
| 4 | 1 | 75µs | 1 | 46µs | } # spent 46µs making 1 call to MooseX::StrictConstructor::BEGIN@2 |
| 5 | |||||
| 6 | 3 | 94µs | 2 | 76µs | # spent 58µs (40+18) within MooseX::StrictConstructor::BEGIN@6 which was called:
# once (40µs+18µs) by Markdent::Event::StartDocument::BEGIN@11 at line 6 # spent 58µs making 1 call to MooseX::StrictConstructor::BEGIN@6
# spent 18µs making 1 call to strict::import |
| 7 | 3 | 101µs | 2 | 172µs | # spent 105µs (38+67) within MooseX::StrictConstructor::BEGIN@7 which was called:
# once (38µs+67µs) by Markdent::Event::StartDocument::BEGIN@11 at line 7 # spent 105µs making 1 call to MooseX::StrictConstructor::BEGIN@7
# spent 67µs making 1 call to warnings::import |
| 8 | |||||
| 9 | 3 | 186µs | 2 | 181µs | # spent 118µs (54+63) within MooseX::StrictConstructor::BEGIN@9 which was called:
# once (54µs+63µs) by Markdent::Event::StartDocument::BEGIN@11 at line 9 # spent 118µs making 1 call to MooseX::StrictConstructor::BEGIN@9
# spent 64µs making 1 call to UNIVERSAL::VERSION |
| 10 | 3 | 117µs | 2 | 274µs | # spent 155µs (36+119) within MooseX::StrictConstructor::BEGIN@10 which was called:
# once (36µs+119µs) by Markdent::Event::StartDocument::BEGIN@11 at line 10 # spent 155µs making 1 call to MooseX::StrictConstructor::BEGIN@10
# spent 119µs making 1 call to Moose::Exporter::import |
| 11 | 3 | 105µs | 1 | 26µs | # spent 26µs within MooseX::StrictConstructor::BEGIN@11 which was called:
# once (26µs+0s) by Markdent::Event::StartDocument::BEGIN@11 at line 11 # spent 26µs making 1 call to MooseX::StrictConstructor::BEGIN@11 |
| 12 | 3 | 576µs | 1 | 17.3ms | # spent 17.3ms (1.47+15.9) within MooseX::StrictConstructor::BEGIN@12 which was called:
# once (1.47ms+15.9ms) by Markdent::Event::StartDocument::BEGIN@11 at line 12 # spent 17.3ms making 1 call to MooseX::StrictConstructor::BEGIN@12 |
| 13 | 3 | 650µs | 1 | 17.5ms | # spent 17.5ms (1.57+16.0) within MooseX::StrictConstructor::BEGIN@13 which was called:
# once (1.57ms+16.0ms) by Markdent::Event::StartDocument::BEGIN@11 at line 13 # spent 17.5ms making 1 call to MooseX::StrictConstructor::BEGIN@13 |
| 14 | |||||
| 15 | 1 | 25µs | 1 | 2.56ms | Moose::Exporter->setup_import_methods( # spent 2.56ms making 1 call to Moose::Exporter::setup_import_methods |
| 16 | class_metaroles => { | ||||
| 17 | constructor => | ||||
| 18 | ['MooseX::StrictConstructor::Role::Meta::Method::Constructor'] | ||||
| 19 | }, | ||||
| 20 | base_class_roles => ['MooseX::StrictConstructor::Role::Object'], | ||||
| 21 | ); | ||||
| 22 | |||||
| 23 | 1 | 21µs | 1; | ||
| 24 | |||||
| 25 | # ABSTRACT: Make your object constructors blow up on unknown attributes | ||||
| 26 | |||||
| - - | |||||
| 29 | =pod | ||||
| 30 | |||||
| - - | |||||
| 103 | __END__ |