Open drwells opened 1 year ago
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.
TimerManager
we should only synchronize timer data right before we print it to avoid such problems.
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.