From: Simon Marlow Date: Tue, 24 Jan 2006 15:47:32 +0000 (+0000) Subject: Update Cachegrind support for changes to the Valgrind CLI X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=33482c1554552c7ef0d6cbb0fda1bb1d6355c21e;p=ghc-hetmet.git Update Cachegrind support for changes to the Valgrind CLI --- diff --git a/glafp-utils/runstdtest/runstdtest.prl b/glafp-utils/runstdtest/runstdtest.prl index 6f8b86f..1b1af9f 100644 --- a/glafp-utils/runstdtest/runstdtest.prl +++ b/glafp-utils/runstdtest/runstdtest.prl @@ -193,7 +193,7 @@ if ($PostScript ne '') { # OK, so we're gonna do the normal thing... if ($Cachegrind eq 'yes') { - $CachegrindPrefix = "valgrind --skin=cachegrind --logfile-fd=99 99>$CachegrindStats"; + $CachegrindPrefix = "valgrind --tool=cachegrind --log-fd=9 9>$CachegrindStats"; } else { $CachegrindPrefix = ''; }