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