| File | /usr/lib/perl5/vendor_perl/5.10.1/Catalyst/Model.pm |
| Statements Executed | 9 |
| Statement Execution Time | 327µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 60µs | 14.3ms | Catalyst::Model::BEGIN@3 |
| 1 | 1 | 1 | 35µs | 506µs | Catalyst::Model::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Catalyst::Model; | ||||
| 2 | |||||
| 3 | 3 | 154µs | 2 | 28.6ms | # spent 14.3ms (60µs+14.3) within Catalyst::Model::BEGIN@3 which was called
# once (60µs+14.3ms) by base::import at line 3 # spent 14.3ms making 1 call to Catalyst::Model::BEGIN@3
# spent 14.3ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389] |
| 4 | 1 | 9µs | 1 | 1.88ms | extends qw/Catalyst::Component/; # spent 1.88ms making 1 call to Moose::extends |
| 5 | |||||
| 6 | 3 | 112µs | 2 | 977µs | # spent 506µs (35+471) within Catalyst::Model::BEGIN@6 which was called
# once (35µs+471µs) by base::import at line 6 # spent 506µs making 1 call to Catalyst::Model::BEGIN@6
# spent 471µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:478] |
| 7 | |||||
| 8 | =head1 NAME | ||||
| 9 | |||||
| 10 | Catalyst::Model - Catalyst Model base class | ||||
| 11 | |||||
| 12 | =head1 SYNOPSIS | ||||
| 13 | |||||
| 14 | See L<Catalyst>. | ||||
| 15 | |||||
| 16 | =head1 DESCRIPTION | ||||
| 17 | |||||
| 18 | Catalyst Model base class. | ||||
| 19 | |||||
| 20 | =head1 METHODS | ||||
| 21 | |||||
| 22 | Implements the same methods as other Catalyst components, see | ||||
| 23 | L<Catalyst::Component> | ||||
| 24 | |||||
| 25 | =head1 AUTHORS | ||||
| 26 | |||||
| 27 | Catalyst Contributors, see Catalyst.pm | ||||
| 28 | |||||
| 29 | =head1 COPYRIGHT | ||||
| 30 | |||||
| 31 | This library is free software. You can redistribute it and/or modify it under | ||||
| 32 | the same terms as Perl itself. | ||||
| 33 | |||||
| 34 | =cut | ||||
| 35 | |||||
| 36 | 1 | 21µs | 2 | 17.3ms | __PACKAGE__->meta->make_immutable; # spent 17.3ms making 1 call to Class::MOP::Class::make_immutable
# spent 42µs making 1 call to Catalyst::Model::meta |
| 37 | |||||
| 38 | 1 | 31µs | 1; |