Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/ReportsDB/Result/ReportTopic.pm |
Statements | Executed 18 statements in 241µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 12µs | 12µs | BEGIN@2 | Tapper::Schema::ReportsDB::Result::ReportTopic::
1 | 1 | 1 | 10µs | 14µs | BEGIN@9 | Tapper::Schema::ReportsDB::Result::ReportTopic::
1 | 1 | 1 | 9µs | 24µs | BEGIN@10 | Tapper::Schema::ReportsDB::Result::ReportTopic::
1 | 1 | 1 | 8µs | 47µs | BEGIN@12 | Tapper::Schema::ReportsDB::Result::ReportTopic::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Tapper::Schema::ReportsDB::Result::ReportTopic; | ||||
2 | # spent 12µs within Tapper::Schema::ReportsDB::Result::ReportTopic::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::ReportsDB::Result::ReportTopic::AUTHORITY = 'cpan:AMD'; | ||
4 | 1 | 28µs | 1 | 12µs | } # spent 12µs making 1 call to Tapper::Schema::ReportsDB::Result::ReportTopic::BEGIN@2 |
5 | { | ||||
6 | 2 | 900ns | $Tapper::Schema::ReportsDB::Result::ReportTopic::VERSION = '0.001'; | ||
7 | } | ||||
8 | |||||
9 | 3 | 19µs | 2 | 19µs | # spent 14µs (10+5) within Tapper::Schema::ReportsDB::Result::ReportTopic::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::ReportsDB::Result::ReportTopic::BEGIN@9
# spent 5µs making 1 call to strict::import |
10 | 3 | 20µs | 2 | 40µs | # spent 24µs (9+16) within Tapper::Schema::ReportsDB::Result::ReportTopic::BEGIN@10 which was called:
# once (9µs+16µs) by Class::C3::Componentised::ensure_class_loaded at line 10 # spent 24µs making 1 call to Tapper::Schema::ReportsDB::Result::ReportTopic::BEGIN@10
# spent 16µs making 1 call to warnings::import |
11 | |||||
12 | 3 | 81µs | 2 | 86µs | # spent 47µs (8+39) within Tapper::Schema::ReportsDB::Result::ReportTopic::BEGIN@12 which was called:
# once (8µs+39µs) by Class::C3::Componentised::ensure_class_loaded at line 12 # spent 47µs making 1 call to Tapper::Schema::ReportsDB::Result::ReportTopic::BEGIN@12
# spent 39µs making 1 call to parent::import |
13 | |||||
14 | 1 | 10µs | 1 | 232µs | __PACKAGE__->load_components("Core"); # spent 232µs making 1 call to Class::C3::Componentised::load_components |
15 | 1 | 17µs | 1 | 418µs | __PACKAGE__->table("reporttopic"); # spent 418µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
16 | 1 | 22µs | 1 | 536µs | __PACKAGE__->add_columns # spent 536µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
17 | ( | ||||
18 | "id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_auto_increment => 1, }, | ||||
19 | "report_id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_foreign_key => 1, }, | ||||
20 | "name", { data_type => "VARCHAR", default_value => "", is_nullable => 1, size => 50, }, | ||||
21 | "details", { data_type => "TEXT", default_value => "", is_nullable => 0, }, | ||||
22 | ); | ||||
23 | |||||
24 | 1 | 16µs | 1 | 57µs | __PACKAGE__->set_primary_key("id"); # spent 57µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
25 | |||||
26 | 1 | 9µs | 1 | 259µs | __PACKAGE__->belongs_to ( report => 'Tapper::Schema::ReportsDB::Result::Report', { 'foreign.id' => 'self.report_id' }); # spent 259µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to |
27 | |||||
28 | |||||
29 | 1 | 14µs | 1; | ||
30 | |||||
31 | |||||
32 | __END__ |