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
Refactor stats tracking and memory management in view modules
- Replace direct stats field increments with dedicated increment_*
methods in Stats
- Update all view constructors and generators (ContainerView, ImageView,
TextView, RtfView) to use new stats increment methods
- Add clear() methods to View and Layout for improved GC and memory
cleanup
- Refactor Window update logic: ensure proper clearing of views/layouts,
refresh UI, and use update_max_renderers for stats
- Minor improvements to stats output formatting
0 commit comments