Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/DBIx/Class/Relationship/Helpers.pm |
Statements | Executed 11 statements in 80µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 14µs | 17µs | BEGIN@4 | DBIx::Class::Relationship::Helpers::
1 | 1 | 1 | 8µs | 18µs | BEGIN@5 | DBIx::Class::Relationship::Helpers::
1 | 1 | 1 | 6µs | 58µs | BEGIN@7 | DBIx::Class::Relationship::Helpers::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package # hide from PAUSE | ||||
2 | DBIx::Class::Relationship::Helpers; | ||||
3 | |||||
4 | 3 | 19µs | 2 | 21µs | # spent 17µs (14+4) within DBIx::Class::Relationship::Helpers::BEGIN@4 which was called:
# once (14µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 4 # spent 17µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@4
# spent 4µs making 1 call to strict::import |
5 | 3 | 23µs | 2 | 28µs | # spent 18µs (8+10) within DBIx::Class::Relationship::Helpers::BEGIN@5 which was called:
# once (8µs+10µs) by Class::C3::Componentised::ensure_class_loaded at line 5 # spent 18µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@5
# spent 10µs making 1 call to warnings::import |
6 | |||||
7 | 3 | 25µs | 2 | 110µs | # spent 58µs (6+52) within DBIx::Class::Relationship::Helpers::BEGIN@7 which was called:
# once (6µs+52µs) by Class::C3::Componentised::ensure_class_loaded at line 7 # spent 58µs making 1 call to DBIx::Class::Relationship::Helpers::BEGIN@7
# spent 52µs making 1 call to base::import |
8 | |||||
9 | 1 | 7µs | 1 | 0s | __PACKAGE__->load_components(qw/ # spent 5.26ms making 1 call to Class::C3::Componentised::load_components, recursion: max depth 2, sum of overlapping time 5.26ms |
10 | Relationship::HasMany | ||||
11 | Relationship::HasOne | ||||
12 | Relationship::BelongsTo | ||||
13 | Relationship::ManyToMany | ||||
14 | /); | ||||
15 | |||||
16 | 1 | 5µs | 1; |