From 33482c1554552c7ef0d6cbb0fda1bb1d6355c21e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 24 Jan 2006 15:47:32 +0000 Subject: [PATCH] Update Cachegrind support for changes to the Valgrind CLI --- glafp-utils/runstdtest/runstdtest.prl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; } -- 1.7.10.4