← Index
Performance Profile   « block view • line view • sub view »
For /wise/base/deliv/dev/bin/getfix
  Run on Thu May 20 15:30:03 2010
Reported on Thu May 20 16:25:37 2010

File/wise/base/static/lib/perl5/site_perl/5.10.0/DBIx/Class/Relationship/Helpers.pm
Statements Executed11
Total Time0.000136 seconds

Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
00000DBIx::Class::Relationship::Helpers::BEGIN

LineStmts.Exclusive
Time
Avg.Code
1package # hide from PAUSE
2 DBIx::Class::Relationship::Helpers;
3
434.8e-51.6e-5use strict;
# spent 18µs making 1 call to strict::import
532.9e-59.7e-6use warnings;
# spent 18µs making 1 call to warnings::import
6
734.2e-51.4e-5use base qw/DBIx::Class/;
# spent 81µs making 1 call to base::import
8
911.4e-51.4e-5__PACKAGE__->load_components(qw/
# spent 6.61ms making 1 call to Class::C3::Componentised::load_components, max recursion depth 2
10 Relationship::HasMany
11 Relationship::HasOne
12 Relationship::BelongsTo
13 Relationship::ManyToMany
14/);
15
1613.0e-63.0e-61;