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 | 14µs | 21µs | BEGIN@3 | DBIx::Class::Core::
1 | 1 | 1 | 9µs | 58µs | BEGIN@6 | DBIx::Class::Core::
1 | 1 | 1 | 7µs | 10µ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 | 27µs | # spent 21µs (14+7) within DBIx::Class::Core::BEGIN@3 which was called:
# once (14µs+7µs) by base::import at line 3 # spent 21µs making 1 call to DBIx::Class::Core::BEGIN@3
# spent 7µs making 1 call to strict::import | ||
4 | 2 | 14µs | # spent 10µs (7+4) within DBIx::Class::Core::BEGIN@4 which was called:
# once (7µs+4µs) by base::import at line 4 # spent 10µ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 | 143ms | __PACKAGE__->load_components(qw/ # spent 143ms 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__ |