File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -558,9 +558,9 @@ exploreSimTraceST optsf main k =
558
558
traceWithRaces <- IOSimPOR. controlSimTraceST (explorationStepTimelimit opts) control main
559
559
(readRaces, trace0) <- detachTraceRacesST traceWithRaces
560
560
(readSleeperST, trace) <- compareTracesST passingTrace trace0
561
+ () <- traceDebugLog (explorationDebugLevel opts) traceWithRaces
561
562
conjoinNoCatchST
562
563
[ do sleeper <- readSleeperST
563
- () <- traceDebugLog (explorationDebugLevel opts) traceWithRaces
564
564
prop <- k passingTrace trace
565
565
return $ counterexample (" Schedule control: " ++ show control)
566
566
$ counterexample
@@ -580,7 +580,6 @@ exploreSimTraceST optsf main k =
580
580
-- node.
581
581
races <- catMaybes
582
582
<$> (readRaces >>= traverse (cachedST cacheRef) . take limit)
583
- () <- traceDebugLog (explorationDebugLevel opts) traceWithRaces
584
583
let branching = length races
585
584
-- tabulate "Races explored" (map show races) $
586
585
tabulate " Branching factor" [bucket branching]
You can’t perform that action at this time.
0 commit comments