Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
authorDuncan Findlay <duncf@debian.org>
Wed, 1 Jun 2005 12:18:08 +0000 (08:18 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 3 Jun 2005 09:52:21 +0000 (09:52 +0000)
Message-ID: <20050601161808.GA17294@duncf.mine.nu>

p4raw-id: //depot/perl@24693

utils/dprofpp.PL

index e62c07a..6270940 100644 (file)
@@ -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;