← Index
NYTProf Performance Profile   « block view • line view • sub view »
For 05.Domain_and_Item.t
  Run on Tue May 4 17:21:41 2010
Reported on Tue May 4 17:23:00 2010

File /data/SimpleDB-Class/author.t/lib/Foo.pm
Statements Executed 6
Statement Execution Time 179µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.59ms219msFoo::::BEGIN@3Foo::BEGIN@3
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Foo;
2
33160µs2222ms
# spent 219ms (1.59+217) within Foo::BEGIN@3 which was called # once (1.59ms+217ms) by main::BEGIN@13 at line 3
use Moose;
# spent 219ms making 1 call to Foo::BEGIN@3 # spent 2.73ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389]
412µs1578msextends 'SimpleDB::Class';
# spent 578ms making 1 call to Moose::extends
5
619µs156.9ms__PACKAGE__->load_namespaces();
# spent 56.9ms making 1 call to SimpleDB::Class::load_namespaces
7
818µs1;
9