File | /wise/base/deliv/dev/lib/perl/WISE/DB/FrameIndex/HouseKeeping.pm | Statements Executed | 11 | Total Time | 0.000216 seconds |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | WISE::DB::FrameIndex::HouseKeeping:: | BEGIN |
Line | Stmts. | Exclusive Time | Avg. | Code |
---|---|---|---|---|
1 | package WISE::DB::FrameIndex::HouseKeeping; | |||
2 | # $Id: HouseKeeping.pm 5619 2009-08-21 20:30:50Z tim $ | |||
3 | ||||
4 | 1 | 1.0e-6 | 1.0e-6 | $VERSION = 1.00; |
5 | 1 | 1.0e-6 | 1.0e-6 | $ID = '$Id: HouseKeeping.pm 5619 2009-08-21 20:30:50Z tim $'; |
6 | ||||
7 | ||||
8 | 3 | 0.00010 | 3.4e-5 | use base qw/DBIx::Class/; # spent 118µs making 1 call to base::import |
9 | ||||
10 | 1 | 1.3e-5 | 1.3e-5 | __PACKAGE__->load_components(qw/PK::Auto Core/); # spent 446µs making 1 call to Class::C3::Componentised::load_components |
11 | 1 | 2.2e-5 | 2.2e-5 | __PACKAGE__->table('hks'); # spent 676µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
12 | 1 | 2.6e-5 | 2.6e-5 | __PACKAGE__->add_columns( hkid => {data_type => 'integer', is_nullable => 0, is_auto_increment => 1}, # spent 469µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
13 | delivery => {data_type => 'text', is_nullable => 0 } | |||
14 | ); | |||
15 | ||||
16 | 1 | 2.8e-5 | 2.8e-5 | __PACKAGE__->set_primary_key(qw/hkid/); # spent 153µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
17 | ||||
18 | 1 | 1.5e-5 | 1.5e-5 | __PACKAGE__->many_to_many( frame => 'WISE::DB::FrameIndex::Frame', 'delivery'); # spent 168µs making 1 call to DBIx::Class::Relationship::ManyToMany::many_to_many |
19 | ||||
20 | 1 | 9.0e-6 | 9.0e-6 | 1; |
21 |