diff options
author | Duncan Findlay <duncf@debian.org> | 2005-06-01 08:18:08 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-03 09:52:21 +0000 |
commit | 2b884e265578a5bd57575a02ebee328a8e8dbc5e (patch) | |
tree | 3c2a04e6c86dff7697f67e204e868ef6c2742ee7 /utils | |
parent | bd08039be6ae803dd509ca33cf404bdcdd4bae99 (diff) | |
download | perl-2b884e265578a5bd57575a02ebee328a8e8dbc5e.tar.gz |
Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
Message-ID: <20050601161808.GA17294@duncf.mine.nu>
p4raw-id: //depot/perl@24693
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dprofpp.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/dprofpp.PL b/utils/dprofpp.PL index e62c07ac41..6270940dd5 100644 --- a/utils/dprofpp.PL +++ b/utils/dprofpp.PL @@ -763,9 +763,9 @@ sub parsestack { } add_to_tree($curdeep_times, $ename, $t - $overhead) if $opt_S; - exitstamp( \@stack, \@tstack, - $t - $overhead, - $times, $ctimes, $ename, \$in, $tab, + exitstamp( \@stack, \@tstack, + $t - $overhead, + $times, $ctimes, $name, \$in, $tab, $curdeep_times, \%outer ); } next unless $in_level or $name eq $opt_g; |