| Filename | /home/vagrant/kohaclone/Koha/Schema/Result/CollectionsTracking.pm |
| Statements | Executed 12 statements in 437µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 28µs | 32µs | Class::C3::Componentised::BEGIN@1.2674 |
| 1 | 1 | 1 | 11µs | 87µs | Koha::Schema::Result::CollectionsTracking::BEGIN@16 |
| 1 | 1 | 1 | 11µs | 22µs | Koha::Schema::Result::CollectionsTracking::BEGIN@13 |
| 1 | 1 | 1 | 9µs | 18µs | Koha::Schema::Result::CollectionsTracking::BEGIN@14 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 78µs | 2 | 36µs | # spent 32µs (28+4) within Class::C3::Componentised::BEGIN@1.2674 which was called:
# once (28µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 1 # spent 32µs making 1 call to Class::C3::Componentised::BEGIN@1.2674
# spent 4µs making 1 call to utf8::import |
| 2 | package Koha::Schema::Result::CollectionsTracking; | ||||
| 3 | |||||
| 4 | # Created by DBIx::Class::Schema::Loader | ||||
| 5 | # DO NOT MODIFY THE FIRST PART OF THIS FILE | ||||
| 6 | |||||
| 7 | =head1 NAME | ||||
| 8 | |||||
| 9 | Koha::Schema::Result::CollectionsTracking | ||||
| 10 | |||||
| 11 | =cut | ||||
| 12 | |||||
| 13 | 2 | 43µs | 2 | 33µs | # spent 22µs (11+11) within Koha::Schema::Result::CollectionsTracking::BEGIN@13 which was called:
# once (11µs+11µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent 22µs making 1 call to Koha::Schema::Result::CollectionsTracking::BEGIN@13
# spent 11µs making 1 call to strict::import |
| 14 | 2 | 40µs | 2 | 27µs | # spent 18µs (9+9) within Koha::Schema::Result::CollectionsTracking::BEGIN@14 which was called:
# once (9µs+9µs) by Class::C3::Componentised::ensure_class_loaded at line 14 # spent 18µs making 1 call to Koha::Schema::Result::CollectionsTracking::BEGIN@14
# spent 9µs making 1 call to warnings::import |
| 15 | |||||
| 16 | 2 | 215µs | 2 | 162µs | # spent 87µs (11+76) within Koha::Schema::Result::CollectionsTracking::BEGIN@16 which was called:
# once (11µs+76µs) by Class::C3::Componentised::ensure_class_loaded at line 16 # spent 87µs making 1 call to Koha::Schema::Result::CollectionsTracking::BEGIN@16
# spent 76µs making 1 call to base::import |
| 17 | |||||
| 18 | =head1 TABLE: C<collections_tracking> | ||||
| 19 | |||||
| 20 | =cut | ||||
| 21 | |||||
| 22 | 1 | 22µs | 1 | 320µs | __PACKAGE__->table("collections_tracking"); # spent 320µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
| 23 | |||||
| 24 | =head1 ACCESSORS | ||||
| 25 | |||||
| 26 | =head2 collections_tracking_id | ||||
| 27 | |||||
| 28 | data_type: 'integer' | ||||
| 29 | is_auto_increment: 1 | ||||
| 30 | is_nullable: 0 | ||||
| 31 | |||||
| 32 | =head2 colId | ||||
| 33 | |||||
| 34 | accessor: 'col_id' | ||||
| 35 | data_type: 'integer' | ||||
| 36 | default_value: 0 | ||||
| 37 | is_nullable: 0 | ||||
| 38 | |||||
| 39 | collections.colId | ||||
| 40 | |||||
| 41 | =head2 itemnumber | ||||
| 42 | |||||
| 43 | data_type: 'integer' | ||||
| 44 | default_value: 0 | ||||
| 45 | is_nullable: 0 | ||||
| 46 | |||||
| 47 | items.itemnumber | ||||
| 48 | |||||
| 49 | =cut | ||||
| 50 | |||||
| 51 | 1 | 19µs | 1 | 1.04ms | __PACKAGE__->add_columns( # spent 1.04ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
| 52 | "collections_tracking_id", | ||||
| 53 | { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, | ||||
| 54 | "colId", | ||||
| 55 | { | ||||
| 56 | accessor => "col_id", | ||||
| 57 | data_type => "integer", | ||||
| 58 | default_value => 0, | ||||
| 59 | is_nullable => 0, | ||||
| 60 | }, | ||||
| 61 | "itemnumber", | ||||
| 62 | { data_type => "integer", default_value => 0, is_nullable => 0 }, | ||||
| 63 | ); | ||||
| 64 | |||||
| 65 | =head1 PRIMARY KEY | ||||
| 66 | |||||
| 67 | =over 4 | ||||
| 68 | |||||
| 69 | =item * L</collections_tracking_id> | ||||
| 70 | |||||
| 71 | =back | ||||
| 72 | |||||
| 73 | =cut | ||||
| 74 | |||||
| 75 | 1 | 14µs | 1 | 69µs | __PACKAGE__->set_primary_key("collections_tracking_id"); # spent 69µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
| 76 | |||||
| 77 | |||||
| 78 | # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-18 13:01:05 | ||||
| 79 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:s8ZFSmMJt313bz3XdlhITQ | ||||
| 80 | |||||
| 81 | |||||
| 82 | # You can replace this text with custom code or comments, and it will be preserved on regeneration | ||||
| 83 | 1 | 5µs | 1; |