Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/TestrunDB/Result/PrePrecondition.pm |
Statements | Executed 19 statements in 264µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 12µs | 12µs | BEGIN@2 | Tapper::Schema::TestrunDB::Result::PrePrecondition::
1 | 1 | 1 | 10µs | 14µs | BEGIN@9 | Tapper::Schema::TestrunDB::Result::PrePrecondition::
1 | 1 | 1 | 9µs | 24µs | BEGIN@10 | Tapper::Schema::TestrunDB::Result::PrePrecondition::
1 | 1 | 1 | 9µs | 45µs | BEGIN@12 | Tapper::Schema::TestrunDB::Result::PrePrecondition::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Tapper::Schema::TestrunDB::Result::PrePrecondition; | ||||
2 | # spent 12µs within Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@2 which was called:
# once (12µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4 | ||||
3 | 1 | 4µs | $Tapper::Schema::TestrunDB::Result::PrePrecondition::AUTHORITY = 'cpan:AMD'; | ||
4 | 1 | 28µs | 1 | 12µs | } # spent 12µs making 1 call to Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@2 |
5 | { | ||||
6 | 2 | 1µs | $Tapper::Schema::TestrunDB::Result::PrePrecondition::VERSION = '0.001'; | ||
7 | } | ||||
8 | |||||
9 | 3 | 19µs | 2 | 19µs | # spent 14µs (10+5) within Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@9 which was called:
# once (10µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 9 # spent 14µs making 1 call to Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@9
# spent 5µs making 1 call to strict::import |
10 | 3 | 21µs | 2 | 39µs | # spent 24µs (9+15) within Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@10 which was called:
# once (9µs+15µs) by Class::C3::Componentised::ensure_class_loaded at line 10 # spent 24µs making 1 call to Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@10
# spent 15µs making 1 call to warnings::import |
11 | |||||
12 | 3 | 85µs | 2 | 82µs | # spent 45µs (9+37) within Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@12 which was called:
# once (9µs+37µs) by Class::C3::Componentised::ensure_class_loaded at line 12 # spent 45µs making 1 call to Tapper::Schema::TestrunDB::Result::PrePrecondition::BEGIN@12
# spent 37µs making 1 call to parent::import |
13 | |||||
14 | 1 | 9µs | 1 | 211µs | __PACKAGE__->load_components("Core"); # spent 211µs making 1 call to Class::C3::Componentised::load_components |
15 | 1 | 38µs | 1 | 410µs | __PACKAGE__->table("pre_precondition"); # spent 410µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
16 | 1 | 20µs | 1 | 492µs | __PACKAGE__->add_columns # spent 492µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
17 | ( | ||||
18 | "parent_precondition_id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_foreign_key => 1, }, | ||||
19 | "child_precondition_id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_foreign_key => 1, }, | ||||
20 | "succession", { data_type => "INT", default_value => undef, is_nullable => 0, size => 10, }, | ||||
21 | ); | ||||
22 | |||||
23 | 1 | 14µs | 1 | 63µs | __PACKAGE__->set_primary_key(qw/parent_precondition_id child_precondition_id/); # spent 63µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
24 | |||||
25 | 1 | 8µs | 1 | 238µs | __PACKAGE__->belongs_to( parent => 'Tapper::Schema::TestrunDB::Result::Precondition', { 'foreign.id' => 'self.parent_precondition_id' }); # spent 238µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to |
26 | 1 | 2µs | 1 | 131µs | __PACKAGE__->belongs_to( child => 'Tapper::Schema::TestrunDB::Result::Precondition', { 'foreign.id' => 'self.child_precondition_id' }); # spent 131µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to |
27 | |||||
28 | 1 | 14µs | 1; | ||
29 | |||||
30 | |||||
31 | __END__ |