| Filename | /home/vagrant/kohaclone/Koha/Schema.pm |
| Statements | Executed 10 statements in 427µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 46µs | 56µs | Koha::Database::BEGIN@1 |
| 1 | 1 | 1 | 13µs | 62.8ms | Koha::Schema::BEGIN@10 |
| 1 | 1 | 1 | 11µs | 26µs | Koha::Schema::BEGIN@7 |
| 1 | 1 | 1 | 10µs | 31µs | Koha::Schema::BEGIN@8 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 103µs | 2 | 66µs | # spent 56µs (46+10) within Koha::Database::BEGIN@1 which was called:
# once (46µs+10µs) by Koha::Objects::find at line 1 # spent 56µs making 1 call to Koha::Database::BEGIN@1
# spent 10µs making 1 call to utf8::import |
| 2 | package Koha::Schema; | ||||
| 3 | |||||
| 4 | # Created by DBIx::Class::Schema::Loader | ||||
| 5 | # DO NOT MODIFY THE FIRST PART OF THIS FILE | ||||
| 6 | |||||
| 7 | 2 | 48µs | 2 | 42µs | # spent 26µs (11+15) within Koha::Schema::BEGIN@7 which was called:
# once (11µs+15µs) by Koha::Objects::find at line 7 # spent 26µs making 1 call to Koha::Schema::BEGIN@7
# spent 15µs making 1 call to strict::import |
| 8 | 2 | 57µs | 2 | 51µs | # spent 31µs (10+20) within Koha::Schema::BEGIN@8 which was called:
# once (10µs+20µs) by Koha::Objects::find at line 8 # spent 31µs making 1 call to Koha::Schema::BEGIN@8
# spent 20µs making 1 call to warnings::import |
| 9 | |||||
| 10 | 2 | 206µs | 2 | 126ms | # spent 62.8ms (13µs+62.8) within Koha::Schema::BEGIN@10 which was called:
# once (13µs+62.8ms) by Koha::Objects::find at line 10 # spent 62.8ms making 1 call to Koha::Schema::BEGIN@10
# spent 62.8ms making 1 call to base::import |
| 11 | |||||
| 12 | 1 | 7µs | 1 | 1.31s | __PACKAGE__->load_namespaces; # spent 1.31s making 1 call to DBIx::Class::Schema::load_namespaces |
| 13 | |||||
| 14 | |||||
| 15 | # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 | ||||
| 16 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oDUxXckmfk6H9YCjW8PZTw | ||||
| 17 | |||||
| 18 | |||||
| 19 | # You can replace this text with custom content, and it will be preserved on regeneration | ||||
| 20 | 1 | 6µs | 1; |