← 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:23:09 2012

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/TestrunDB/Result/QueueHost.pm
StatementsExecuted 20 statements in 303µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs26µsTapper::Schema::TestrunDB::Result::QueueHost::::BEGIN@10Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@10
11112µs42µsTapper::Schema::TestrunDB::Result::QueueHost::::BEGIN@12Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@12
11110µs10µsTapper::Schema::TestrunDB::Result::QueueHost::::CORE:substTapper::Schema::TestrunDB::Result::QueueHost::CORE:subst (opcode)
11110µs10µsTapper::Schema::TestrunDB::Result::QueueHost::::BEGIN@2Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@2
1119µs13µsTapper::Schema::TestrunDB::Result::QueueHost::::BEGIN@9Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@9
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::QueueHost;
2
# spent 10µs within Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@2 which was called: # once (10µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4
BEGIN {
314µs $Tapper::Schema::TestrunDB::Result::QueueHost::AUTHORITY = 'cpan:AMD';
4130µs110µs}
5{
621µs $Tapper::Schema::TestrunDB::Result::QueueHost::VERSION = '0.001';
7}
8
9319µs217µs
# spent 13µs (9+4) within Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@9 which was called: # once (9µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 9
use strict;
# spent 13µs making 1 call to Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@9 # spent 4µs making 1 call to strict::import
10322µs240µs
# spent 26µs (13+14) within Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@10 which was called: # once (13µs+14µs) by Class::C3::Componentised::ensure_class_loaded at line 10
use warnings;
# spent 26µs making 1 call to Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@10 # spent 14µs making 1 call to warnings::import
11
123126µs271µs
# spent 42µs (12+30) within Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@12 which was called: # once (12µs+30µs) by Class::C3::Componentised::ensure_class_loaded at line 12
use parent 'DBIx::Class';
# spent 42µs making 1 call to Tapper::Schema::TestrunDB::Result::QueueHost::BEGIN@12 # spent 30µs making 1 call to parent::import
13
1419µs1201µs__PACKAGE__->load_components("Core");
# spent 201µs making 1 call to Class::C3::Componentised::load_components
15116µs1396µs__PACKAGE__->table("queue_host");
# spent 396µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table
16120µs1305µs__PACKAGE__->add_columns
# spent 305µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns
17 (
18 "id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_auto_increment => 1, },
19 "queue_id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_foreign_key => 1, },
20 "host_id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_foreign_key => 1, },
21 );
22
23113µs151µs__PACKAGE__->set_primary_key(qw/id/);
24
25116µs110µs(my $basepkg = __PACKAGE__) =~ s/::\w+$//;
26
2719µs1235µs__PACKAGE__->belongs_to( queue => "${basepkg}::Queue", { 'foreign.id' => 'self.queue_id' });
# spent 235µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to
2813µs1132µs__PACKAGE__->belongs_to( host => "${basepkg}::Host", { 'foreign.id' => 'self.host_id' });
# spent 132µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to
29
30116µs1;
31
32
33__END__
 
# spent 10µs within Tapper::Schema::TestrunDB::Result::QueueHost::CORE:subst which was called: # once (10µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 25
sub Tapper::Schema::TestrunDB::Result::QueueHost::CORE:subst; # opcode