← Index
NYTProf Performance Profile   « line view »
For starman worker -M FindBin --max-requests 50 --workers 2 --user=kohadev-koha --group kohadev-koha --pid /var/run/koha/kohadev/plack.pid --daemonize --access-log /var/log/koha/kohadev/plack.log --error-log /var/log/koha/kohadev/plack-error.log -E deployment --socket /var/run/koha/kohadev/plack.sock /etc/koha/sites/kohadev/plack.psgi
  Run on Fri Jan 8 14:16:49 2016
Reported on Fri Jan 8 14:23:09 2016

Filename/home/vagrant/kohaclone/Koha/Schema/Result/BorrowerMessageTransportPreference.pm
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11127µs30µsClass::C3::Componentised::::BEGIN@1.1720 Class::C3::Componentised::BEGIN@1.1720
11111µs86µsKoha::Schema::Result::BorrowerMessageTransportPreference::::BEGIN@16Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@16
11110µs18µsKoha::Schema::Result::BorrowerMessageTransportPreference::::BEGIN@13Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@13
1119µs15µsKoha::Schema::Result::BorrowerMessageTransportPreference::::BEGIN@14Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@14
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1233µs
# spent 30µs (27+3) within Class::C3::Componentised::BEGIN@1.1720 which was called: # once (27µs+3µs) by Class::C3::Componentised::ensure_class_loaded at line 1
use utf8;
# spent 30µs making 1 call to Class::C3::Componentised::BEGIN@1.1720 # spent 3µs making 1 call to utf8::import
2package Koha::Schema::Result::BorrowerMessageTransportPreference;
3
4# Created by DBIx::Class::Schema::Loader
5# DO NOT MODIFY THE FIRST PART OF THIS FILE
6
7=head1 NAME
8
9Koha::Schema::Result::BorrowerMessageTransportPreference
10
11=cut
12
13227µs
# spent 18µs (10+9) within Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@13 which was called: # once (10µs+9µs) by Class::C3::Componentised::ensure_class_loaded at line 13
use strict;
# spent 18µs making 1 call to Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@13 # spent 9µs making 1 call to strict::import
14221µs
# spent 15µs (9+6) within Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@14 which was called: # once (9µs+6µs) by Class::C3::Componentised::ensure_class_loaded at line 14
use warnings;
# spent 15µs making 1 call to Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@14 # spent 6µs making 1 call to warnings::import
15
162161µs
# spent 86µs (11+75) within Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@16 which was called: # once (11µs+75µs) by Class::C3::Componentised::ensure_class_loaded at line 16
use base 'DBIx::Class::Core';
# spent 86µs making 1 call to Koha::Schema::Result::BorrowerMessageTransportPreference::BEGIN@16 # spent 75µs making 1 call to base::import
17
18=head1 TABLE: C<borrower_message_transport_preferences>
19
20=cut
21
221333µs__PACKAGE__->table("borrower_message_transport_preferences");
# spent 333µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table
23
24=head1 ACCESSORS
25
26=head2 borrower_message_preference_id
27
28 data_type: 'integer'
29 default_value: 0
30 is_foreign_key: 1
31 is_nullable: 0
32
33=head2 message_transport_type
34
35 data_type: 'varchar'
36 default_value: 0
37 is_foreign_key: 1
38 is_nullable: 0
39 size: 20
40
41=cut
42
4315.11ms__PACKAGE__->add_columns(
# spent 5.11ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns
44 "borrower_message_preference_id",
45 {
46 data_type => "integer",
47 default_value => 0,
48 is_foreign_key => 1,
49 is_nullable => 0,
50 },
51 "message_transport_type",
52 {
53 data_type => "varchar",
54 default_value => 0,
55 is_foreign_key => 1,
56 is_nullable => 0,
57 size => 20,
58 },
59);
60
61=head1 PRIMARY KEY
62
63=over 4
64
65=item * L</borrower_message_preference_id>
66
67=item * L</message_transport_type>
68
69=back
70
71=cut
72
73199µs__PACKAGE__->set_primary_key("borrower_message_preference_id", "message_transport_type");
# spent 99µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key
74
75=head1 RELATIONS
76
77=head2 borrower_message_preference
78
79Type: belongs_to
80
81Related object: L<Koha::Schema::Result::BorrowerMessagePreference>
82
83=cut
84
851327µs__PACKAGE__->belongs_to(
# spent 327µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to
86 "borrower_message_preference",
87 "Koha::Schema::Result::BorrowerMessagePreference",
88 {
89 borrower_message_preference_id => "borrower_message_preference_id",
90 },
91 { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
92);
93
94=head2 message_transport_type
95
96Type: belongs_to
97
98Related object: L<Koha::Schema::Result::MessageTransportType>
99
100=cut
101
1021766µs__PACKAGE__->belongs_to(
# spent 766µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to
103 "message_transport_type",
104 "Koha::Schema::Result::MessageTransportType",
105 { message_transport_type => "message_transport_type" },
106 { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
107);
108
109
110# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
111# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yHKWBur//GdtTL5IdjcgIg
112
113
114# You can replace this text with custom content, and it will be preserved on regeneration
1151;