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