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

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/DBIx/Class/Relationship/Helpers.pm
StatementsExecuted 11 statements in 80µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11114µs17µsDBIx::Class::Relationship::Helpers::::BEGIN@4DBIx::Class::Relationship::Helpers::BEGIN@4
1118µs18µsDBIx::Class::Relationship::Helpers::::BEGIN@5DBIx::Class::Relationship::Helpers::BEGIN@5
1116µs58µsDBIx::Class::Relationship::Helpers::::BEGIN@7DBIx::Class::Relationship::Helpers::BEGIN@7
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package # hide from PAUSE
2 DBIx::Class::Relationship::Helpers;
3
4319µs221µs
# spent 17µs (14+4) within DBIx::Class::Relationship::Helpers::BEGIN@4 which was called: # once (14µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 4
use strict;
# spent 17µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@4 # spent 4µs making 1 call to strict::import
5323µs228µs
# spent 18µs (8+10) within DBIx::Class::Relationship::Helpers::BEGIN@5 which was called: # once (8µs+10µs) by Class::C3::Componentised::ensure_class_loaded at line 5
use warnings;
# spent 18µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@5 # spent 10µs making 1 call to warnings::import
6
7325µs2110µs
# spent 58µs (6+52) within DBIx::Class::Relationship::Helpers::BEGIN@7 which was called: # once (6µs+52µs) by Class::C3::Componentised::ensure_class_loaded at line 7
use base qw/DBIx::Class/;
# spent 58µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@7 # spent 52µs making 1 call to base::import
8
917µs10s__PACKAGE__->load_components(qw/
# spent 5.26ms making 1 call to Class::C3::Componentised::load_components, recursion: max depth 2, sum of overlapping time 5.26ms
10 Relationship::HasMany
11 Relationship::HasOne
12 Relationship::BelongsTo
13 Relationship::ManyToMany
14/);
15
1615µs1;