← 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/ReportsDB/Result/Contact.pm
StatementsExecuted 22 statements in 365µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11114µs14µsTapper::Schema::ReportsDB::Result::Contact::::BEGIN@2Tapper::Schema::ReportsDB::Result::Contact::BEGIN@2
11112µs50µsTapper::Schema::ReportsDB::Result::Contact::::BEGIN@12Tapper::Schema::ReportsDB::Result::Contact::BEGIN@12
11112µs16µsTapper::Schema::ReportsDB::Result::Contact::::BEGIN@9Tapper::Schema::ReportsDB::Result::Contact::BEGIN@9
11112µs69µsTapper::Schema::ReportsDB::Result::Contact::::BEGIN@13Tapper::Schema::ReportsDB::Result::Contact::BEGIN@13
11111µs28µsTapper::Schema::ReportsDB::Result::Contact::::BEGIN@10Tapper::Schema::ReportsDB::Result::Contact::BEGIN@10
1116µs6µsTapper::Schema::ReportsDB::Result::Contact::::CORE:substTapper::Schema::ReportsDB::Result::Contact::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::ReportsDB::Result::Contact;
2
# spent 14µs within Tapper::Schema::ReportsDB::Result::Contact::BEGIN@2 which was called: # once (14µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4
BEGIN {
316µs $Tapper::Schema::ReportsDB::Result::Contact::AUTHORITY = 'cpan:AMD';
4131µs114µs}
5{
621µs $Tapper::Schema::ReportsDB::Result::Contact::VERSION = '0.001';
7}
8
9323µs221µs
# spent 16µs (12+5) within Tapper::Schema::ReportsDB::Result::Contact::BEGIN@9 which was called: # once (12µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 9
use strict;
# spent 16µs making 1 call to Tapper::Schema::ReportsDB::Result::Contact::BEGIN@9 # spent 5µs making 1 call to strict::import
10323µs245µs
# spent 28µs (11+17) within Tapper::Schema::ReportsDB::Result::Contact::BEGIN@10 which was called: # once (11µs+17µs) by Class::C3::Componentised::ensure_class_loaded at line 10
use warnings;
# spent 28µs making 1 call to Tapper::Schema::ReportsDB::Result::Contact::BEGIN@10 # spent 17µs making 1 call to warnings::import
11
12323µs289µs
# spent 50µs (12+39) within Tapper::Schema::ReportsDB::Result::Contact::BEGIN@12 which was called: # once (12µs+39µs) by Class::C3::Componentised::ensure_class_loaded at line 12
use parent 'DBIx::Class';
# spent 50µs making 1 call to Tapper::Schema::ReportsDB::Result::Contact::BEGIN@12 # spent 39µs making 1 call to parent::import
133140µs2126µs
# spent 69µs (12+57) within Tapper::Schema::ReportsDB::Result::Contact::BEGIN@13 which was called: # once (12µs+57µs) by Class::C3::Componentised::ensure_class_loaded at line 13
use YAML::Syck;
# spent 69µs making 1 call to Tapper::Schema::ReportsDB::Result::Contact::BEGIN@13 # spent 57µs making 1 call to Exporter::import
14
1519µs1397µs__PACKAGE__->load_components(qw/InflateColumn::DateTime Core/);
# spent 397µs making 1 call to Class::C3::Componentised::load_components
16124µs1469µs__PACKAGE__->table("contact");
# spent 469µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table
17126µs11.30ms__PACKAGE__->add_columns
# spent 1.30ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns
18 ( "id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_auto_increment => 1, },
19 "user_id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_foreign_key => 1, },
20 "address", { data_type => "VARCHAR", default_value => undef, is_nullable => 0, size => 255, },
21 "protocol", { data_type => "VARCHAR", default_value => undef, is_nullable => 0, size => 255, },
22 "created_at", { data_type => "TIMESTAMP", default_value => \'CURRENT_TIMESTAMP', is_nullable => 1, },
23 "updated_at", { data_type => "DATETIME", default_value => undef, is_nullable => 1, },
24 );
25
26
27113µs16µs(my $basepkg = __PACKAGE__) =~ s/::\w+$//;
28
29116µs153µs__PACKAGE__->set_primary_key("id");
30111µs1231µs__PACKAGE__->belongs_to( user => "${basepkg}::User", { 'foreign.id' => 'self.user_id' });
# spent 231µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to
31
32
33120µs1;
34
35__END__
 
# spent 6µs within Tapper::Schema::ReportsDB::Result::Contact::CORE:subst which was called: # once (6µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 27
sub Tapper::Schema::ReportsDB::Result::Contact::CORE:subst; # opcode