← Index
Performance Profile   « block view • line view • sub view »
For /wise/base/deliv/dev/bin/getfix
  Run on Thu May 20 15:30:03 2010
Reported on Thu May 20 16:25:29 2010

File/wise/base/deliv/dev/lib/perl/WISE/DB/FrameIndex/MissionPlan.pm
Statements Executed11
Total Time0.000182 seconds

Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
00000WISE::DB::FrameIndex::MissionPlan::BEGIN

LineStmts.Exclusive
Time
Avg.Code
1package WISE::DB::FrameIndex::MissionPlan;
2# $Id: MissionPlan.pm 5619 2009-08-21 20:30:50Z tim $
3
411.0e-61.0e-6$VERSION = 1.00;
511.0e-61.0e-6$ID = '$Id: MissionPlan.pm 5619 2009-08-21 20:30:50Z tim $';
6
737.2e-52.4e-5use base qw/DBIx::Class/;
# spent 85µs making 1 call to base::import
8
911.2e-51.2e-5__PACKAGE__->load_components(qw/PK::Auto Core/);
# spent 521µs making 1 call to Class::C3::Componentised::load_components
1012.3e-52.3e-5__PACKAGE__->table('predictedevents');
# spent 610µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table
1112.5e-52.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
1512.5e-52.5e-5__PACKAGE__->set_primary_key(qw/eventid/);
# spent 155µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key
16
1711.4e-51.4e-5__PACKAGE__->many_to_many( frame => 'WISE::DB::FrameIndex::Frame', 'orbit_number');
18
1919.0e-69.0e-61;
20