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
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:
Large maps store name->ptr mappings to detect shared statistics. Not insignificant memory state for a less common use case.
This issue is to collect bugs and improvements discovered during a current effort to clean up and streamline statistics handling.
Bugs:
Improvements:
The text was updated successfully, but these errors were encountered: