-
Notifications
You must be signed in to change notification settings - Fork 32
AG-15824 Improve scene stats for high perf examples #5061
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
base: latest
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
extraDebugStats = {}, | ||
seriesRect = BBox.zero | ||
) { | ||
if (!Debug.check(DebugSelectors.SCENE_STATS, DebugSelectors.SCENE_FPS)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This condition is the same as at the top of debugFps()
so will it not always just return out of that too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep good catch. Forgot to remove that after refactoring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Snapshots automatically updated, please review before merge: diff |
https://ag-grid.atlassian.net/browse/AG-15824