File | /wise/base/static/lib/perl5/site_perl/5.10.0/DBIx/Class/Relationship/Helpers.pm | Statements Executed | 11 | Total Time | 0.000136 seconds |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine | |
---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | DBIx::Class::Relationship::Helpers:: | BEGIN |
Line | Stmts. | Exclusive Time | Avg. | Code |
---|---|---|---|---|
1 | package # hide from PAUSE | |||
2 | DBIx::Class::Relationship::Helpers; | |||
3 | ||||
4 | 3 | 4.8e-5 | 1.6e-5 | use strict; # spent 18µs making 1 call to strict::import |
5 | 3 | 2.9e-5 | 9.7e-6 | use warnings; # spent 18µs making 1 call to warnings::import |
6 | ||||
7 | 3 | 4.2e-5 | 1.4e-5 | use base qw/DBIx::Class/; # spent 81µs making 1 call to base::import |
8 | ||||
9 | 1 | 1.4e-5 | 1.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 | ||||
16 | 1 | 3.0e-6 | 3.0e-6 | 1; |