← Index
NYTProf Performance Profile   « block view • line view • sub view »
For ddd2.pl
  Run on Tue May 25 16:52:24 2010
Reported on Tue May 25 16:56:48 2010

File /project/perllib/Wiki/DB/WikiCategories.pm
Statements Executed 8
Statement Execution Time 332µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sWiki::DB::WikiCategories::::BEGINWiki::DB::WikiCategories::BEGIN
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Wiki::DB::WikiCategories;
2
33156µs1271µsuse base qw(K2::DB2);
# spent 271µs making 1 call to base::import
4
5137µs118.2ms__PACKAGE__->set_up_table('t_wiki_categories');
# spent 18.2ms making 1 call to Class::DBI::Pg::set_up_table
6140µs1180µs__PACKAGE__->sequence('t_wiki_categories_id_seq');
7
8144µs13.18ms__PACKAGE__->has_a( category_id => 'Wiki::DB::Wiki' );
# spent 3.18ms making 1 call to Class::DBI::__ANON__[Class/DBI.pm:1034]
9128µs12.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
12127µs1;