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
Possibly a breaking change but trying to log some basic statistics with TimerManager results in us spending 25% of our total time doing a max reduction.
we should only synchronize timer data right before we print it to avoid such problems.
The text was updated successfully, but these errors were encountered:
Possibly a breaking change but trying to log some basic statistics with
TimerManager
results in us spending 25% of our total time doing a max reduction.we should only synchronize timer data right before we print it to avoid such problems.
The text was updated successfully, but these errors were encountered: