← 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:15 2012

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/ReportsDB/Result/NotificationEvent.pm
StatementsExecuted 22 statements in 431µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs13µsTapper::Schema::ReportsDB::Result::NotificationEvent::::BEGIN@2Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@2
11111µs16µsTapper::Schema::ReportsDB::Result::NotificationEvent::::BEGIN@9Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@9
11110µs27µsTapper::Schema::ReportsDB::Result::NotificationEvent::::BEGIN@10Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@10
11110µs68µsTapper::Schema::ReportsDB::Result::NotificationEvent::::BEGIN@13Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@13
1119µs50µsTapper::Schema::ReportsDB::Result::NotificationEvent::::BEGIN@12Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@12
1116µs6µsTapper::Schema::ReportsDB::Result::NotificationEvent::::CORE:substTapper::Schema::ReportsDB::Result::NotificationEvent::CORE:subst (opcode)
0000s0sTapper::Schema::ReportsDB::Result::NotificationEvent::::__ANON__[:28]Tapper::Schema::ReportsDB::Result::NotificationEvent::__ANON__[:28]
0000s0sTapper::Schema::ReportsDB::Result::NotificationEvent::::__ANON__[:29]Tapper::Schema::ReportsDB::Result::NotificationEvent::__ANON__[:29]
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::NotificationEvent;
2
# spent 13µs within Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@2 which was called: # once (13µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4
BEGIN {
315µs $Tapper::Schema::ReportsDB::Result::NotificationEvent::AUTHORITY = 'cpan:AMD';
4130µs113µs}
5{
621µs $Tapper::Schema::ReportsDB::Result::NotificationEvent::VERSION = '0.001';
7}
8
9320µs221µs
# spent 16µs (11+5) within Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@9 which was called: # once (11µ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::NotificationEvent::BEGIN@9 # spent 5µs making 1 call to strict::import
10322µs244µs
# spent 27µs (10+17) within Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@10 which was called: # once (10µs+17µs) by Class::C3::Componentised::ensure_class_loaded at line 10
use warnings;
# spent 27µs making 1 call to Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@10 # spent 17µs making 1 call to warnings::import
11
12322µs290µs
# spent 50µs (9+40) within Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@12 which was called: # once (9µs+40µ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::NotificationEvent::BEGIN@12 # spent 40µs making 1 call to parent::import
133216µs2125µs
# spent 68µs (10+57) within Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@13 which was called: # once (10µs+57µs) by Class::C3::Componentised::ensure_class_loaded at line 13
use YAML::Syck;
# spent 68µs making 1 call to Tapper::Schema::ReportsDB::Result::NotificationEvent::BEGIN@13 # spent 57µs making 1 call to Exporter::import
14
15113µs1438µs__PACKAGE__->load_components(qw/InflateColumn::DateTime Core InflateColumn/);
# spent 438µs making 1 call to Class::C3::Componentised::load_components
16115µs1462µs__PACKAGE__->table("notification_event");
# spent 462µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table
17137µs1973µs__PACKAGE__->add_columns
# spent 973µs 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 "message", { data_type => "VARCHAR", default_value => undef, size => 255, is_nullable => 1, },
20 "type", { data_type => "VARCHAR", is_nullable => 1, size => 255, is_enum => 1, extra => { list => [qw(testrun_finished report_received)] } },
21 "created_at", { data_type => "TIMESTAMP", default_value => \'CURRENT_TIMESTAMP', is_nullable => 1, },
22 "updated_at", { data_type => "DATETIME", default_value => undef, is_nullable => 1, },
23 );
24
25112µs16µs(my $basepkg = __PACKAGE__) =~ s/::\w+$//;
26
27__PACKAGE__->inflate_column( message => {
28 inflate => sub { Load(shift) },
29 deflate => sub { Dump(shift)},
3015µs1115µs });
# spent 115µs making 1 call to DBIx::Class::InflateColumn::inflate_column
31
32
33115µs153µs__PACKAGE__->set_primary_key("id");
34
35
36118µs1;
37
38__END__
 
# spent 6µs within Tapper::Schema::ReportsDB::Result::NotificationEvent::CORE:subst which was called: # once (6µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 25
sub Tapper::Schema::ReportsDB::Result::NotificationEvent::CORE:subst; # opcode