From: simonmar Date: Fri, 2 Apr 2004 14:22:30 +0000 (+0000) Subject: [project @ 2004-04-02 14:22:30 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1921 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8d0295c843f763123f0bdae69f84972ff3850cef;p=ghc-hetmet.git [project @ 2004-04-02 14:22:30 by simonmar] cachegrind: update command line syntax for recent versions of valgrind --- diff --git a/glafp-utils/runstdtest/runstdtest.prl b/glafp-utils/runstdtest/runstdtest.prl index e6a3534..5649d23 100644 --- a/glafp-utils/runstdtest/runstdtest.prl +++ b/glafp-utils/runstdtest/runstdtest.prl @@ -186,7 +186,7 @@ if ($PostScript ne '') { # OK, so we're gonna do the normal thing... if ($Cachegrind eq 'yes') { - $CachegrindPrefix = "cachegrind --logfile-fd=99 99>$CachegrindStats"; + $CachegrindPrefix = "valgrind --skin=cachegrind --logfile-fd=99 99>$CachegrindStats"; } else { $CachegrindPrefix = ''; }