← 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:55 2010

Filename/home/doy/nytprof/kioku-new/accessor pair_delim (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Devel/PartialDump.pm line 98)
StatementsExecuted 2 statements in 44µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11127µs27µsEval::Closure::::__ANON__[accessor pair_delim (defined at Devel/PartialDump.pm line 98):10]Eval::Closure::__ANON__[accessor pair_delim (defined at Devel/PartialDump.pm line 98):10]
0000s0sEval::Closure::::__ANON__[accessor pair_delim (defined at Devel/PartialDump.pm line 98):9]Eval::Closure::__ANON__[accessor pair_delim (defined at Devel/PartialDump.pm line 98):9]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 27µs within Eval::Closure::__ANON__[accessor pair_delim (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Devel/PartialDump.pm line 98):10] which was called: # once (27µs+0s) by Eval::Closure::_clean_eval_closure at line 94 of Eval/Closure.pm
sub {
2my $attr = ${$_[0]};
3my $meta = ${$_[1]};
4my $type_constraint = ${$_[2]};
5my $type_constraint_obj = ${$_[3]};
6#line 1 "accessor pair_delim (defined at /home/doy/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Devel/PartialDump.pm line 98)"
7sub {
8if (@_ > 1) {
9if (!$type_constraint->($_[1])) {
10125µs$meta->throw_error("Attribute (pair_delim) does not pass the type constraint because: " . $type_constraint_obj->get_message($_[1]), data => $_[1]);
11119µs}
12$_[0]->{"pair_delim"} = $_[1];
13}
14return $_[0]->{"pair_delim"};
15}
16}
17;