← Index
NYTProf Performance Profile   « block view • line view • sub view »
For xt/tapper-mcp-scheduler-with-db-longrun.t
  Run on Tue May 22 17:18:39 2012
Reported on Tue May 22 17:22:37 2012

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/TestrunDB/Result/HostFeature.pm
StatementsExecuted 25 statements in 391µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11153µs105µsTapper::Schema::TestrunDB::Result::HostFeature::::BEGIN@9Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@9
11111µs53µsTapper::Schema::TestrunDB::Result::HostFeature::::BEGIN@9.18Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@9.18
11111µs11µsTapper::Schema::TestrunDB::Result::HostFeature::::BEGIN@2Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@2
11110µs15µsTapper::Schema::TestrunDB::Result::HostFeature::::BEGIN@10Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@10
11110µs26µsTapper::Schema::TestrunDB::Result::HostFeature::::BEGIN@11Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@11
1119µs71µsTapper::Schema::TestrunDB::Result::HostFeature::::BEGIN@13Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@13
1116µs6µsTapper::Schema::TestrunDB::Result::HostFeature::::CORE:substTapper::Schema::TestrunDB::Result::HostFeature::CORE:subst (opcode)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Tapper::Schema::TestrunDB::Result::HostFeature;
2
# spent 11µs within Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@2 which was called: # once (11µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4
BEGIN {
316µs $Tapper::Schema::TestrunDB::Result::HostFeature::AUTHORITY = 'cpan:AMD';
4127µs111µs}
5{
62900ns $Tapper::Schema::TestrunDB::Result::HostFeature::VERSION = '0.001';
7}
8
9675µs3200µs
# spent 105µs (53+53) within Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@9 which was called: # once (53µs+53µs) by Class::C3::Componentised::ensure_class_loaded at line 9 # spent 53µs (11+42) within Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@9.18 which was called: # once (11µs+42µs) by Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@9 at line 9
use 5.010;
# spent 105µs making 1 call to Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@9 # spent 53µs making 1 call to Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@9.18 # spent 42µs making 1 call to feature::import
10319µs220µs
# spent 15µs (10+5) within Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@10 which was called: # once (10µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 10
use strict;
# spent 15µs making 1 call to Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@10 # spent 5µs making 1 call to strict::import
11321µs243µs
# spent 26µs (10+16) within Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@11 which was called: # once (10µs+16µs) by Class::C3::Componentised::ensure_class_loaded at line 11
use warnings;
# spent 26µs making 1 call to Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@11 # spent 16µs making 1 call to warnings::import
12
133131µs2132µs
# spent 71µs (9+62) within Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@13 which was called: # once (9µs+62µs) by Class::C3::Componentised::ensure_class_loaded at line 13
use parent 'DBIx::Class';
# spent 71µs making 1 call to Tapper::Schema::TestrunDB::Result::HostFeature::BEGIN@13 # spent 62µs making 1 call to parent::import
14
15111µs1347µs__PACKAGE__->load_components(qw/InflateColumn::DateTime Core/);
# spent 347µs making 1 call to Class::C3::Componentised::load_components
16114µs1442µs__PACKAGE__->table("host_feature");
# spent 442µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table
17129µs11.21ms__PACKAGE__->add_columns
# spent 1.21ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns
18 (
19 "id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_auto_increment => 1, },
20 "host_id", { data_type => "INT", default_value => undef, is_nullable => 0, },
21 # can't call it key because that's a SQL keyword
22 "entry", { data_type => "VARCHAR", default_value => undef, is_nullable => 0, size => 255, },
23 "value", { data_type => "VARCHAR", default_value => undef, is_nullable => 0, size => 255, },
24 "created_at", { data_type => "TIMESTAMP", default_value => \'CURRENT_TIMESTAMP', is_nullable => 1, },
25 "updated_at", { data_type => "DATETIME", default_value => undef, is_nullable => 1, },
26
27 );
28
29115µs153µs__PACKAGE__->set_primary_key("id");
30
31111µs16µs(my $basepkg = __PACKAGE__) =~ s/::\w+$//;
32
33110µs1224µs__PACKAGE__->belongs_to( host => "${basepkg}::Host", { 'foreign.id' => 'self.host_id' });
# spent 224µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to
34
35
36120µs1;
37
38
39__END__
 
# spent 6µs within Tapper::Schema::TestrunDB::Result::HostFeature::CORE:subst which was called: # once (6µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 31
sub Tapper::Schema::TestrunDB::Result::HostFeature::CORE:subst; # opcode