File | /wise/base/deliv/dev/lib/perl/WISE/DB/FrameIndex/MissionPlan.pm | Statements Executed | 11 | Total Time | 0.000182 seconds |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | WISE::DB::FrameIndex::MissionPlan:: | BEGIN |
Line | Stmts. | Exclusive Time | Avg. | Code |
---|---|---|---|---|
1 | package WISE::DB::FrameIndex::MissionPlan; | |||
2 | # $Id: MissionPlan.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: MissionPlan.pm 5619 2009-08-21 20:30:50Z tim $'; |
6 | ||||
7 | 3 | 7.2e-5 | 2.4e-5 | use base qw/DBIx::Class/; # spent 85µs making 1 call to base::import |
8 | ||||
9 | 1 | 1.2e-5 | 1.2e-5 | __PACKAGE__->load_components(qw/PK::Auto Core/); # spent 521µs making 1 call to Class::C3::Componentised::load_components |
10 | 1 | 2.3e-5 | 2.3e-5 | __PACKAGE__->table('predictedevents'); # spent 610µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
11 | 1 | 2.5e-5 | 2.5e-5 | __PACKAGE__->add_columns( eventid => {data_type => 'integer', is_nullable => 0, is_auto_increment => 1}, # spent 482µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
12 | orbit_number => {data_type => 'integer', is_nullable => 0}, | |||
13 | ); | |||
14 | ||||
15 | 1 | 2.5e-5 | 2.5e-5 | __PACKAGE__->set_primary_key(qw/eventid/); # spent 155µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
16 | ||||
17 | 1 | 1.4e-5 | 1.4e-5 | __PACKAGE__->many_to_many( frame => 'WISE::DB::FrameIndex::Frame', 'orbit_number'); # spent 167µs making 1 call to DBIx::Class::Relationship::ManyToMany::many_to_many |
18 | ||||
19 | 1 | 9.0e-6 | 9.0e-6 | 1; |
20 |