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

Statistics improvements and bugs #1207

Open
4 tasks
gvoskuilen opened this issue Feb 13, 2025 · 0 comments
Open
4 tasks

Statistics improvements and bugs #1207

gvoskuilen opened this issue Feb 13, 2025 · 0 comments

Comments

@gvoskuilen
Copy link
Contributor

This issue is to collect bugs and improvements discovered during a current effort to clean up and streamline statistics handling.

Bugs:

  • BaseComponent keeps track of a map of statistic names -> pointer so that shared statistics can be returned correctly. However, it tracks statistics in separate maps according to the way they were enabled which means shared statistics enabled in separate ways (enableAll..() vs explicitly enabled) will not get shared correctly.

Improvements:

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

No branches or pull requests

1 participant