Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
92802a28
Commit
92802a28
authored
May 20, 2019
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix RTS stats
parent
c3d3e812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Main.hs
shake/Main.hs
+1
-1
No files found.
shake/Main.hs
View file @
92802a28
...
...
@@ -320,9 +320,9 @@ buildRules nofib@Build{..} = do
need
[
takeDirectory
out
</>
"config.txt"
]
need
[
replaceExtensions
out
exe
]
let
test
=
unoutput
out
rtsStatsOut
=
out
<.>
"stats"
(
stdin
,
args
)
<-
liftIO
$
getTestCmdline
nofib
test
executable
<-
liftIO
$
IO
.
canonicalizePath
$
output
</>
test
</>
"Main"
<.>
exe
let
rtsStatsOut
=
executable
<.>
"stats"
out'
<-
liftIO
$
IO
.
canonicalizePath
out
cmd_
(
Cwd
test
)
(
EchoStdout
False
)
(
StdinBS
stdin
)
"valgrind"
"--tool=cachegrind"
cachegrind_args
(
"--cachegrind-out-file="
++
out'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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