| Filename | /usr/share/perl5/DBIx/Class/Relationship/Helpers.pm |
| Statements | Executed 0 statements in 0s |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 17µs | 27µs | DBIx::Class::Relationship::Helpers::BEGIN@5 |
| 1 | 1 | 1 | 16µs | 96µs | DBIx::Class::Relationship::Helpers::BEGIN@7 |
| 1 | 1 | 1 | 13µs | 20µs | DBIx::Class::Relationship::Helpers::BEGIN@4 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package # hide from PAUSE | ||||
| 2 | DBIx::Class::Relationship::Helpers; | ||||
| 3 | |||||
| 4 | 2 | 26µs | # spent 20µs (13+7) within DBIx::Class::Relationship::Helpers::BEGIN@4 which was called:
# once (13µs+7µs) by Class::C3::Componentised::ensure_class_loaded at line 4 # spent 20µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@4
# spent 7µs making 1 call to strict::import | ||
| 5 | 2 | 36µs | # spent 27µs (17+10) within DBIx::Class::Relationship::Helpers::BEGIN@5 which was called:
# once (17µs+10µs) by Class::C3::Componentised::ensure_class_loaded at line 5 # spent 27µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@5
# spent 10µs making 1 call to warnings::import | ||
| 6 | |||||
| 7 | 2 | 96µs | # spent 96µs (16+80) within DBIx::Class::Relationship::Helpers::BEGIN@7 which was called:
# once (16µs+80µs) by Class::C3::Componentised::ensure_class_loaded at line 7 # spent 96µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@7
# spent 80µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 80µs | ||
| 8 | |||||
| 9 | 1 | 0s | __PACKAGE__->load_components(qw/ # spent 14.5ms making 1 call to Class::C3::Componentised::load_components, recursion: max depth 1, sum of overlapping time 14.5ms | ||
| 10 | Relationship::HasMany | ||||
| 11 | Relationship::HasOne | ||||
| 12 | Relationship::BelongsTo | ||||
| 13 | Relationship::ManyToMany | ||||
| 14 | /); | ||||
| 15 | |||||
| 16 | 1; |