| Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/DBIx/Class/Core.pm |
| Statements | Executed 11 statements in 103µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 15µs | 18µs | DBIx::Class::Core::BEGIN@3 |
| 1 | 1 | 1 | 9µs | 25µs | DBIx::Class::Core::BEGIN@4 |
| 1 | 1 | 1 | 9µs | 88µs | DBIx::Class::Core::BEGIN@6 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package DBIx::Class::Core; | ||||
| 2 | |||||
| 3 | 3 | 20µs | 2 | 22µs | # spent 18µs (15+4) within DBIx::Class::Core::BEGIN@3 which was called:
# once (15µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 3 # spent 18µs making 1 call to DBIx::Class::Core::BEGIN@3
# spent 4µs making 1 call to strict::import |
| 4 | 3 | 27µs | 2 | 42µs | # spent 25µs (9+16) within DBIx::Class::Core::BEGIN@4 which was called:
# once (9µs+16µs) by Class::C3::Componentised::ensure_class_loaded at line 4 # spent 25µs making 1 call to DBIx::Class::Core::BEGIN@4
# spent 16µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 3 | 40µs | 2 | 167µs | # spent 88µs (9+79) within DBIx::Class::Core::BEGIN@6 which was called:
# once (9µs+79µs) by Class::C3::Componentised::ensure_class_loaded at line 6 # spent 88µs making 1 call to DBIx::Class::Core::BEGIN@6
# spent 79µs making 1 call to base::import |
| 7 | |||||
| 8 | 1 | 11µs | 1 | 0s | __PACKAGE__->load_components(qw/ # spent 47.0ms making 1 call to Class::C3::Componentised::load_components, recursion: max depth 1, sum of overlapping time 47.0ms |
| 9 | Relationship | ||||
| 10 | InflateColumn | ||||
| 11 | PK::Auto | ||||
| 12 | PK | ||||
| 13 | Row | ||||
| 14 | ResultSourceProxy::Table | ||||
| 15 | /); | ||||
| 16 | |||||
| 17 | 1 | 6µs | 1; | ||
| 18 | |||||
| 19 | =head1 NAME | ||||
| 20 | |||||
| 21 | DBIx::Class::Core - Core set of DBIx::Class modules | ||||
| 22 | |||||
| 23 | =head1 SYNOPSIS | ||||
| 24 | |||||
| 25 | # In your result (table) classes | ||||
| 26 | use base 'DBIx::Class::Core'; | ||||
| 27 | |||||
| 28 | =head1 DESCRIPTION | ||||
| 29 | |||||
| 30 | This class just inherits from the various modules that make up the | ||||
| 31 | L<DBIx::Class> core features. You almost certainly want these. | ||||
| 32 | |||||
| 33 | The core modules currently are: | ||||
| 34 | |||||
| 35 | =over 4 | ||||
| 36 | |||||
| 37 | =item L<DBIx::Class::InflateColumn> | ||||
| 38 | |||||
| 39 | =item L<DBIx::Class::Relationship> | ||||
| 40 | |||||
| 41 | =item L<DBIx::Class::PK::Auto> | ||||
| 42 | |||||
| 43 | =item L<DBIx::Class::PK> | ||||
| 44 | |||||
| 45 | =item L<DBIx::Class::Row> | ||||
| 46 | |||||
| 47 | =item L<DBIx::Class::ResultSourceProxy::Table> | ||||
| 48 | |||||
| 49 | =back | ||||
| 50 | |||||
| 51 | =head1 AUTHORS | ||||
| 52 | |||||
| 53 | Matt S. Trout <mst@shadowcatsystems.co.uk> | ||||
| 54 | |||||
| 55 | =head1 LICENSE | ||||
| 56 | |||||
| 57 | You may distribute this code under the same terms as Perl itself. | ||||
| 58 | |||||
| 59 | =cut |