← 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:06:15 2010

Filename/home/doy/nytprof/kioku-new/accessor previous_exception (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Throwable.pm line 16)
StatementsExecuted 3 statements in 66µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
21157µs57µsEval::Closure::::__ANON__[accessor previous_exception (defined at Throwable.pm line 16):7]Eval::Closure::__ANON__[accessor previous_exception (defined at Throwable.pm line 16):7]
0000s0sEval::Closure::::__ANON__[accessor previous_exception (defined at Throwable.pm line 16):6]Eval::Closure::__ANON__[accessor previous_exception (defined at Throwable.pm line 16):6]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 57µs within Eval::Closure::__ANON__[accessor previous_exception (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Throwable.pm line 16):7] which was called 2 times, avg 29µs/call: # 2 times (57µs+0s) by Eval::Closure::_clean_eval_closure at line 94 of Eval/Closure.pm, avg 29µs/call
sub {
2my $attr = ${$_[0]};
3my $meta = ${$_[1]};
4my $type_constraint = ${$_[2]};
5my $type_constraint_obj = ${$_[3]};
6#line 1 "accessor previous_exception (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Throwable.pm line 16)"
7248µssub {
8118µsif (@_ > 1) {
9$meta->throw_error("Cannot assign a value to a read-only accessor", data => \@_);
10}
11return $_[0]->{"previous_exception"};
12}
13}
14;