File | /wise/base/deliv/dev/lib/perl/WISE/DB/FrameIndex/Tile.pm | Statements Executed | 9 | Total Time | 0.000159 seconds |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | WISE::DB::FrameIndex::Tile:: | BEGIN |
Line | Stmts. | Exclusive Time | Avg. | Code |
---|---|---|---|---|
1 | package WISE::DB::FrameIndex::Tile; | |||
2 | # $Id: Tile.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: Tile.pm 5619 2009-08-21 20:30:50Z tim $'; |
6 | ||||
7 | 3 | 8.6e-5 | 2.9e-5 | use base qw/DBIx::Class/; # spent 81µs making 1 call to base::import |
8 | ||||
9 | 1 | 1.2e-5 | 1.2e-5 | __PACKAGE__->load_components(qw/Core/); # spent 365µs making 1 call to Class::C3::Componentised::load_components |
10 | ||||
11 | 1 | 2.2e-5 | 2.2e-5 | __PACKAGE__->table('healpix'); # spent 604µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
12 | ||||
13 | 1 | 2.8e-5 | 2.8e-5 | __PACKAGE__->add_columns( side => { data_type => 'decimal', is_nullable => 0 }, # spent 1.06ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
14 | overlap => { data_type => 'decimal', is_nullable => 0 }, | |||
15 | dist => { data_type => 'decimal', is_nullable => 0 }, | |||
16 | nside => { data_type => 'decimal', is_nullable => 0 }, | |||
17 | npix => { data_type => 'integer', is_nullable => 0 }, | |||
18 | ); | |||
19 | ||||
20 | 1 | 9.0e-6 | 9.0e-6 | 1; |
21 |