Update Cachegrind support for changes to the Valgrind CLI
authorSimon Marlow <simonmar@microsoft.com>
Tue, 24 Jan 2006 15:47:32 +0000 (15:47 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 24 Jan 2006 15:47:32 +0000 (15:47 +0000)
glafp-utils/runstdtest/runstdtest.prl

index 6f8b86f..1b1af9f 100644 (file)
@@ -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 = '';
 }