Filename | /home/vagrant/kohaclone/Koha/Schema.pm |
Statements | Executed 10 statements in 416µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 26µs | 34µs | BEGIN@1 | Koha::Database::
1 | 1 | 1 | 12µs | 24µs | BEGIN@7 | Koha::Schema::
1 | 1 | 1 | 10µs | 38.7ms | BEGIN@10 | Koha::Schema::
1 | 1 | 1 | 10µs | 19µs | BEGIN@8 | Koha::Schema::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | 2 | 102µs | 2 | 42µs | # spent 34µs (26+8) within Koha::Database::BEGIN@1 which was called:
# once (26µs+8µs) by Koha::Objects::find at line 1 # spent 34µs making 1 call to Koha::Database::BEGIN@1
# spent 8µ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 | 45µs | 2 | 37µs | # spent 24µs (12+12) within Koha::Schema::BEGIN@7 which was called:
# once (12µs+12µs) by Koha::Objects::find at line 7 # spent 24µs making 1 call to Koha::Schema::BEGIN@7
# spent 12µs making 1 call to strict::import |
8 | 2 | 42µs | 2 | 29µs | # spent 19µs (10+9) within Koha::Schema::BEGIN@8 which was called:
# once (10µs+9µs) by Koha::Objects::find at line 8 # spent 19µs making 1 call to Koha::Schema::BEGIN@8
# spent 9µs making 1 call to warnings::import |
9 | |||||
10 | 2 | 205µs | 2 | 77.5ms | # spent 38.7ms (10µs+38.7) within Koha::Schema::BEGIN@10 which was called:
# once (10µs+38.7ms) by Koha::Objects::find at line 10 # spent 38.7ms making 1 call to Koha::Schema::BEGIN@10
# spent 38.7ms making 1 call to base::import |
11 | |||||
12 | 1 | 6µs | 1 | 1.32s | __PACKAGE__->load_namespaces; # spent 1.32s 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 | 16µs | 1; |