Skip to content

Commit a5d70ee

Browse files
authored
preserve threading details in benchmark eventlogs (#2105)
We need the log of threading operations so that eventlog-to-tracy can produe a valid trace. Without it, eventlog-to-tracy will generate an invalid trace where all the spans are impossibly on the same thread and tracy may/will crash
1 parent f3620d1 commit a5d70ee

File tree

1 file changed

+1
-1
lines changed
  • shake-bench/src/Development/Benchmark

1 file changed

+1
-1
lines changed

shake-bench/src/Development/Benchmark/Rules.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ benchRules build MkBenchRules{..} = do
307307
let exePath = build </> "binaries" </> ver </> executableName
308308
exeExtraArgs =
309309
[ "+RTS"
310-
, "-l-au"
310+
, "-l"
311311
, "-S" <> outGc]
312312
++ concat
313313
[[ "-h"

0 commit comments

Comments
 (0)