| Filename | /usr/share/perl5/DBIx/Class/Relationship.pm |
| Statements | Executed 8 statements in 152µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 14µs | 21µs | DBIx::Class::Relationship::BEGIN@3 |
| 1 | 1 | 1 | 9µs | 40µs | DBIx::Class::Relationship::BEGIN@6 |
| 1 | 1 | 1 | 7µs | 11µs | DBIx::Class::Relationship::BEGIN@4 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package DBIx::Class::Relationship; | ||||
| 2 | |||||
| 3 | 2 | 34µs | 2 | 27µs | # spent 21µs (14+7) within DBIx::Class::Relationship::BEGIN@3 which was called:
# once (14µs+7µs) by Class::C3::Componentised::ensure_class_loaded at line 3 # spent 21µs making 1 call to DBIx::Class::Relationship::BEGIN@3
# spent 7µs making 1 call to strict::import |
| 4 | 2 | 36µs | 2 | 15µs | # spent 11µs (7+4) within DBIx::Class::Relationship::BEGIN@4 which was called:
# once (7µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 4 # spent 11µs making 1 call to DBIx::Class::Relationship::BEGIN@4
# spent 4µs making 1 call to warnings::import |
| 5 | |||||
| 6 | 2 | 70µs | 2 | 40µs | # spent 40µs (9+31) within DBIx::Class::Relationship::BEGIN@6 which was called:
# once (9µs+31µs) by Class::C3::Componentised::ensure_class_loaded at line 6 # spent 40µs making 1 call to DBIx::Class::Relationship::BEGIN@6
# spent 31µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 31µs |
| 7 | |||||
| 8 | 1 | 6µs | 1 | 13.3ms | __PACKAGE__->load_own_components(qw/ # spent 13.3ms making 1 call to Class::C3::Componentised::load_own_components |
| 9 | Helpers | ||||
| 10 | Accessor | ||||
| 11 | CascadeActions | ||||
| 12 | ProxyMethods | ||||
| 13 | Base | ||||
| 14 | /); | ||||
| 15 | |||||
| 16 | 1 | 5µs | 1; | ||
| 17 | |||||
| 18 | __END__ |