| Filename | /home/vagrant/kohaclone/Koha/Schema/Result/Session.pm |
| Statements | Executed 0 statements in 0s |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 200µs | 217µs | Class::C3::Componentised::BEGIN@1.307 |
| 1 | 1 | 1 | 23µs | 34µs | Koha::Schema::Result::Session::BEGIN@13 |
| 1 | 1 | 1 | 11µs | 16µs | Koha::Schema::Result::Session::BEGIN@14 |
| 1 | 1 | 1 | 10µs | 86µs | Koha::Schema::Result::Session::BEGIN@16 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 234µs | # spent 217µs (200+17) within Class::C3::Componentised::BEGIN@1.307 which was called:
# once (200µs+17µs) by Class::C3::Componentised::ensure_class_loaded at line 1 # spent 217µs making 1 call to Class::C3::Componentised::BEGIN@1.307
# spent 17µs making 1 call to utf8::import | ||
| 2 | package Koha::Schema::Result::Session; | ||||
| 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::Session | ||||
| 10 | |||||
| 11 | =cut | ||||
| 12 | |||||
| 13 | 2 | 46µs | # spent 34µs (23+12) within Koha::Schema::Result::Session::BEGIN@13 which was called:
# once (23µs+12µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent 34µs making 1 call to Koha::Schema::Result::Session::BEGIN@13
# spent 12µs making 1 call to strict::import | ||
| 14 | 2 | 21µs | # spent 16µs (11+5) within Koha::Schema::Result::Session::BEGIN@14 which was called:
# once (11µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 14 # spent 16µs making 1 call to Koha::Schema::Result::Session::BEGIN@14
# spent 5µs making 1 call to warnings::import | ||
| 15 | |||||
| 16 | 2 | 163µs | # spent 86µs (10+77) within Koha::Schema::Result::Session::BEGIN@16 which was called:
# once (10µs+77µs) by Class::C3::Componentised::ensure_class_loaded at line 16 # spent 86µs making 1 call to Koha::Schema::Result::Session::BEGIN@16
# spent 77µs making 1 call to base::import | ||
| 17 | |||||
| 18 | =head1 TABLE: C<sessions> | ||||
| 19 | |||||
| 20 | =cut | ||||
| 21 | |||||
| 22 | 1 | 316µs | __PACKAGE__->table("sessions"); # spent 316µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table | ||
| 23 | |||||
| 24 | =head1 ACCESSORS | ||||
| 25 | |||||
| 26 | =head2 id | ||||
| 27 | |||||
| 28 | data_type: 'varchar' | ||||
| 29 | is_nullable: 0 | ||||
| 30 | size: 32 | ||||
| 31 | |||||
| 32 | =head2 a_session | ||||
| 33 | |||||
| 34 | data_type: 'mediumtext' | ||||
| 35 | is_nullable: 0 | ||||
| 36 | |||||
| 37 | =cut | ||||
| 38 | |||||
| 39 | 1 | 521µs | __PACKAGE__->add_columns( # spent 521µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns | ||
| 40 | "id", | ||||
| 41 | { data_type => "varchar", is_nullable => 0, size => 32 }, | ||||
| 42 | "a_session", | ||||
| 43 | { data_type => "mediumtext", is_nullable => 0 }, | ||||
| 44 | ); | ||||
| 45 | |||||
| 46 | =head1 PRIMARY KEY | ||||
| 47 | |||||
| 48 | =over 4 | ||||
| 49 | |||||
| 50 | =item * L</id> | ||||
| 51 | |||||
| 52 | =back | ||||
| 53 | |||||
| 54 | =cut | ||||
| 55 | |||||
| 56 | 1 | 91µs | __PACKAGE__->set_primary_key("id"); # spent 91µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key | ||
| 57 | |||||
| 58 | |||||
| 59 | # Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:21:59 | ||||
| 60 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gsbP76fskUOelxUl8nAVMQ | ||||
| 61 | |||||
| 62 | |||||
| 63 | # You can replace this text with custom content, and it will be preserved on regeneration | ||||
| 64 | 1; |