From: Duncan Findlay Date: Wed, 1 Jun 2005 12:18:08 +0000 (-0400) Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b884e265578a5bd57575a02ebee328a8e8dbc5e;p=p5sagit%2Fp5-mst-13.2.git Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer" Message-ID: <20050601161808.GA17294@duncf.mine.nu> p4raw-id: //depot/perl@24693 --- diff --git a/utils/dprofpp.PL b/utils/dprofpp.PL index e62c07a..6270940 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;