← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 21:42:38 2010
Reported on Wed Nov 17 22:04:56 2010

Filename/home/doy/nytprof/kioku-new/accessor has_all_isa_entry_classes of attribute all_isa_entry_classes (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/KiokuDB/TypeMap.pm line 31)
StatementsExecuted 2 statements in 56µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11133µs33µsEval::Closure::::__ANON__[accessor has_all_isa_entry_classes of attribute all_isa_entry_classes (defined at KiokuDB/TypeMap.pm line 31):4]Eval::Closure::__ANON__[accessor has_all_isa_entry_classes of attribute all_isa_entry_classes (defined at KiokuDB/TypeMap.pm line 31):4]
0000s0sEval::Closure::::__ANON__[accessor has_all_isa_entry_classes of attribute all_isa_entry_classes (defined at KiokuDB/TypeMap.pm line 31):3]Eval::Closure::__ANON__[accessor has_all_isa_entry_classes of attribute all_isa_entry_classes (defined at KiokuDB/TypeMap.pm line 31):3]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 33µs within Eval::Closure::__ANON__[accessor has_all_isa_entry_classes of attribute all_isa_entry_classes (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/KiokuDB/TypeMap.pm line 31):4] which was called: # once (33µs+0s) by Eval::Closure::_clean_eval_closure at line 94 of Eval/Closure.pm
sub {
2my $attr = ${$_[0]};
3my $meta = ${$_[1]};
4130µsmy $type_constraint = ${$_[2]};
5126µsmy $type_constraint_obj = ${$_[3]};
6#line 1 "accessor has_all_isa_entry_classes of attribute all_isa_entry_classes (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/KiokuDB/TypeMap.pm line 31)"
7sub {
8exists $_[0]->{"all_isa_entry_classes"};
9}
10}
11;