Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/ReportsDB/Result/Tap.pm |
Statements | Executed 27 statements in 365µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 48µs | 119µs | BEGIN@9 | Tapper::Schema::ReportsDB::Result::Tap::
1 | 1 | 1 | 11µs | 50µs | BEGIN@15 | Tapper::Schema::ReportsDB::Result::Tap::
1 | 1 | 1 | 11µs | 11µs | BEGIN@2 | Tapper::Schema::ReportsDB::Result::Tap::
1 | 1 | 1 | 11µs | 71µs | BEGIN@9.29 | Tapper::Schema::ReportsDB::Result::Tap::
1 | 1 | 1 | 10µs | 26µs | BEGIN@11 | Tapper::Schema::ReportsDB::Result::Tap::
1 | 1 | 1 | 9µs | 66µs | BEGIN@13 | Tapper::Schema::ReportsDB::Result::Tap::
1 | 1 | 1 | 8µs | 12µs | BEGIN@10 | Tapper::Schema::ReportsDB::Result::Tap::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Tapper::Schema::ReportsDB::Result::Tap; | ||||
2 | # spent 11µs within Tapper::Schema::ReportsDB::Result::Tap::BEGIN@2 which was called:
# once (11µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4 | ||||
3 | 1 | 4µs | $Tapper::Schema::ReportsDB::Result::Tap::AUTHORITY = 'cpan:AMD'; | ||
4 | 1 | 31µs | 1 | 11µs | } # spent 11µs making 1 call to Tapper::Schema::ReportsDB::Result::Tap::BEGIN@2 |
5 | { | ||||
6 | 2 | 900ns | $Tapper::Schema::ReportsDB::Result::Tap::VERSION = '0.001'; | ||
7 | } | ||||
8 | |||||
9 | 6 | 70µs | 3 | 250µs | # spent 71µs (11+60) within Tapper::Schema::ReportsDB::Result::Tap::BEGIN@9.29 which was called:
# once (11µs+60µs) by Tapper::Schema::ReportsDB::Result::Tap::BEGIN@9 at line 9
# spent 119µs (48+71) within Tapper::Schema::ReportsDB::Result::Tap::BEGIN@9 which was called:
# once (48µs+71µs) by Class::C3::Componentised::ensure_class_loaded at line 9 # spent 119µs making 1 call to Tapper::Schema::ReportsDB::Result::Tap::BEGIN@9
# spent 71µs making 1 call to Tapper::Schema::ReportsDB::Result::Tap::BEGIN@9.29
# spent 60µs making 1 call to feature::import |
10 | 3 | 20µs | 2 | 17µs | # spent 12µs (8+4) within Tapper::Schema::ReportsDB::Result::Tap::BEGIN@10 which was called:
# once (8µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 10 # spent 12µs making 1 call to Tapper::Schema::ReportsDB::Result::Tap::BEGIN@10
# spent 4µs making 1 call to strict::import |
11 | 3 | 22µs | 2 | 41µs | # spent 26µs (10+16) within Tapper::Schema::ReportsDB::Result::Tap::BEGIN@11 which was called:
# once (10µs+16µs) by Class::C3::Componentised::ensure_class_loaded at line 11 # spent 26µs making 1 call to Tapper::Schema::ReportsDB::Result::Tap::BEGIN@11
# spent 16µs making 1 call to warnings::import |
12 | |||||
13 | 3 | 21µs | 2 | 122µs | # spent 66µs (9+57) within Tapper::Schema::ReportsDB::Result::Tap::BEGIN@13 which was called:
# once (9µs+57µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent 66µs making 1 call to Tapper::Schema::ReportsDB::Result::Tap::BEGIN@13
# spent 57µs making 1 call to parent::import |
14 | |||||
15 | 3 | 104µs | 2 | 88µs | # spent 50µs (11+38) within Tapper::Schema::ReportsDB::Result::Tap::BEGIN@15 which was called:
# once (11µs+38µs) by Class::C3::Componentised::ensure_class_loaded at line 15 # spent 50µs making 1 call to Tapper::Schema::ReportsDB::Result::Tap::BEGIN@15
# spent 38µs making 1 call to Exporter::import |
16 | |||||
17 | 1 | 11µs | 1 | 402µs | __PACKAGE__->load_components(qw(InflateColumn::DateTime TimeStamp Core)); # spent 402µs making 1 call to Class::C3::Componentised::load_components |
18 | 1 | 16µs | 1 | 470µs | __PACKAGE__->table("tap"); # spent 470µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
19 | 1 | 17µs | 1 | 1.57ms | __PACKAGE__->add_columns # spent 1.57ms making 1 call to DBIx::Class::TimeStamp::add_columns |
20 | ( | ||||
21 | "id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_auto_increment => 1, }, | ||||
22 | "report_id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, }, | ||||
23 | # | ||||
24 | # raw tap | ||||
25 | "tap", { data_type => "LONGBLOB", default_value => "", is_nullable => 0, }, | ||||
26 | "tap_is_archive", { data_type => "INT", default_value => undef, is_nullable => 1, size => 11, }, | ||||
27 | # | ||||
28 | # parsed tap | ||||
29 | "tapdom", { data_type => "LONGBLOB", default_value => "", is_nullable => 1, }, | ||||
30 | "created_at", { data_type => "DATETIME", default_value => undef, is_nullable => 0, set_on_create => 1, }, | ||||
31 | "updated_at", { data_type => "DATETIME", default_value => undef, is_nullable => 0, set_on_create => 1, set_on_update => 1, }, | ||||
32 | ); | ||||
33 | |||||
34 | 1 | 17µs | 1 | 53µs | __PACKAGE__->set_primary_key("id"); # spent 53µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
35 | |||||
36 | 1 | 11µs | 1 | 255µs | __PACKAGE__->belongs_to ( report => 'Tapper::Schema::ReportsDB::Result::Report', { 'foreign.id' => 'self.report_id' }); # spent 255µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to |
37 | |||||
38 | 1 | 21µs | 1; | ||
39 | |||||
40 | __END__ |