-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add frame count to logging #193
Comments
Would this make sense to create a plugin for? Like, the plugin would count frames (along with those other fields) and be accessible as a resource? |
Is this still available to work on? If so, @cart are you open to giving advice on where to start for hacking away at this? I do think a plugin sounds like a good idea |
I think it makes sense to add frame count as another diagnostic. We can probably just add it to the current FrameTimePlugin for simplicity. |
Definitely feel free to work on this! |
Should this issue be closed? |
Yup! Thanks for helping us keep the issue tracker clean :) |
Sometimes frame count can be a useful debug tool. It can help line information up from other sources:
Other helpful fields:
I guess logging is kind of up to the end-user's application to setup so potentially the outcome of this bug is to verify that the necessary hooks to get this kind of information is available and to document how to do it. Possibly also add it to examples.
The text was updated successfully, but these errors were encountered: