Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid synchronization in timers outside of printing #7

Open
drwells opened this issue Jun 19, 2023 · 0 comments
Open

Avoid synchronization in timers outside of printing #7

drwells opened this issue Jun 19, 2023 · 0 comments

Comments

@drwells
Copy link
Member

drwells commented Jun 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant