← 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:41 2010

File/wise/base/deliv/dev/lib/perl/WISE/DB/FrameIndex/Tile.pm
Statements Executed9
Total Time0.000159 seconds

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

LineStmts.Exclusive
Time
Avg.Code
1package WISE::DB::FrameIndex::Tile;
2# $Id: Tile.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: Tile.pm 5619 2009-08-21 20:30:50Z tim $';
6
738.6e-52.9e-5use base qw/DBIx::Class/;
# spent 81µs making 1 call to base::import
8
911.2e-51.2e-5__PACKAGE__->load_components(qw/Core/);
# spent 365µs making 1 call to Class::C3::Componentised::load_components
10
1112.2e-52.2e-5__PACKAGE__->table('healpix');
# spent 604µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table
12
1312.8e-52.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
2019.0e-69.0e-61;
21