You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a --trace flag that logs every state transition per coder (waiting → compiling → debugging → refactoring → waiting) with a timestamp delta. Useful for proving deadlock-freedom empirically and for tuning the EDF scheduler.
Add a
--traceflag that logs every state transition per coder (waiting → compiling → debugging → refactoring → waiting) with a timestamp delta. Useful for proving deadlock-freedom empirically and for tuning the EDF scheduler.