File | /project/perllib/Wiki/DB/WikiCategories.pm |
Statements Executed | 8 |
Statement Execution Time | 332µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
0 | 0 | 0 | 0s | 0s | BEGIN | Wiki::DB::WikiCategories::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Wiki::DB::WikiCategories; | ||||
2 | |||||
3 | 3 | 156µs | 1 | 271µs | use base qw(K2::DB2); # spent 271µs making 1 call to base::import |
4 | |||||
5 | 1 | 37µs | 1 | 18.2ms | __PACKAGE__->set_up_table('t_wiki_categories'); # spent 18.2ms making 1 call to Class::DBI::Pg::set_up_table |
6 | 1 | 40µs | 1 | 180µs | __PACKAGE__->sequence('t_wiki_categories_id_seq'); # spent 180µs making 1 call to Class::Data::Inheritable::__ANON__[Class/Data/Inheritable.pm:23] |
7 | |||||
8 | 1 | 44µs | 1 | 3.18ms | __PACKAGE__->has_a( category_id => 'Wiki::DB::Wiki' ); # spent 3.18ms making 1 call to Class::DBI::__ANON__[Class/DBI.pm:1034] |
9 | 1 | 28µs | 1 | 2.97ms | __PACKAGE__->has_a( wiki_id => 'Wiki::DB::Wiki' ); # spent 2.97ms making 1 call to Class::DBI::__ANON__[Class/DBI.pm:1034] |
10 | |||||
11 | |||||
12 | 1 | 27µs | 1; |