Filename | /usr/share/perl5/DBIx/Class/Core.pm |
Statements | Executed 0 statements in 0s |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 19µs | BEGIN@3 | DBIx::Class::Core::
1 | 1 | 1 | 9µs | 58µs | BEGIN@6 | DBIx::Class::Core::
1 | 1 | 1 | 7µs | 11µs | BEGIN@4 | DBIx::Class::Core::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package DBIx::Class::Core; | ||||
2 | |||||
3 | 2 | 25µs | # spent 19µs (13+6) within DBIx::Class::Core::BEGIN@3 which was called:
# once (13µs+6µs) by base::import at line 3 # spent 19µs making 1 call to DBIx::Class::Core::BEGIN@3
# spent 6µs making 1 call to strict::import | ||
4 | 2 | 15µs | # spent 11µs (7+4) within DBIx::Class::Core::BEGIN@4 which was called:
# once (7µs+4µs) by base::import at line 4 # spent 11µs making 1 call to DBIx::Class::Core::BEGIN@4
# spent 4µs making 1 call to warnings::import | ||
5 | |||||
6 | 2 | 58µs | # spent 58µs (9+49) within DBIx::Class::Core::BEGIN@6 which was called:
# once (9µs+49µs) by base::import at line 6 # spent 58µs making 1 call to DBIx::Class::Core::BEGIN@6
# spent 49µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 49µs | ||
7 | |||||
8 | 1 | 70.3ms | __PACKAGE__->load_components(qw/ # spent 70.3ms making 1 call to Class::C3::Componentised::load_components | ||
9 | Relationship | ||||
10 | InflateColumn | ||||
11 | PK::Auto | ||||
12 | PK | ||||
13 | Row | ||||
14 | ResultSourceProxy::Table | ||||
15 | /); | ||||
16 | |||||
17 | 1; | ||||
18 | |||||
19 | __END__ |