← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 22:00:36 2010
Reported on Wed Nov 17 22:14:51 2010

Filename/home/doy/nytprof/markdent-new/accessor has_title of attribute title (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartLink.pm line 21)
StatementsExecuted 2 statements in 43µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11126µs26µsEval::Closure::::__ANON__[accessor has_title of attribute title (defined at Markdent/Event/StartLink.pm line 21):4]Eval::Closure::__ANON__[accessor has_title of attribute title (defined at Markdent/Event/StartLink.pm line 21):4]
0000s0sEval::Closure::::__ANON__[accessor has_title of attribute title (defined at Markdent/Event/StartLink.pm line 21):3]Eval::Closure::__ANON__[accessor has_title of attribute title (defined at Markdent/Event/StartLink.pm line 21):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 26µs within Eval::Closure::__ANON__[accessor has_title of attribute title (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartLink.pm line 21):4] which was called: # once (26µs+0s) by Eval::Closure::_clean_eval_closure at line 94 of Eval/Closure.pm
sub {
2my $attr = ${$_[0]};
3my $meta = ${$_[1]};
4124µsmy $type_constraint = ${$_[2]};
5120µsmy $type_constraint_obj = ${$_[3]};
6#line 1 "accessor has_title of attribute title (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Markdent/Event/StartLink.pm line 21)"
7sub {
8exists $_[0]->{"title"};
9}
10}
11;