Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
33482c15
Commit
33482c15
authored
Jan 24, 2006
by
Simon Marlow
Browse files
Update Cachegrind support for changes to the Valgrind CLI
parent
3db62c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
glafp-utils/runstdtest/runstdtest.prl
View file @
33482c15
...
...
@@ -193,7 +193,7 @@ if ($PostScript ne '') {
# OK, so we're gonna do the normal thing...
if ($Cachegrind eq 'yes') {
$CachegrindPrefix = "valgrind --
skin
=cachegrind --log
file
-fd=9
9 9
9>$CachegrindStats";
$CachegrindPrefix = "valgrind --
tool
=cachegrind --log-fd=9
9>$CachegrindStats";
} else {
$CachegrindPrefix = '';
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment