← 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:22:23 2010

File /data/SimpleDB-Class/author.t/lib/Foo/SubChild.pm
Statements Executed 6
Statement Execution Time 72µs
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11135µs2.30msFoo::SubChild::::BEGIN@3Foo::SubChild::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::SubChild;
2
3354µs24.57ms
# spent 2.30ms (35µs+2.27) within Foo::SubChild::BEGIN@3 which was called # once (35µs+2.27ms) by Module::Find::useall at line 3
use Moose;
# spent 2.30ms making 1 call to Foo::SubChild::BEGIN@3 # spent 2.27ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389]
412µs1235µsextends 'Foo::Child';
# spent 235µs making 1 call to Moose::extends
5
615µs11.38ms__PACKAGE__->add_attributes(tribe=>{isa=>'Str'});
# spent 1.38ms making 1 call to SimpleDB::Class::Item::add_attributes
7
8112µs1;