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

Expose performance data as Godot monitor #146

Closed
bitbrain opened this issue Jan 4, 2023 · 1 comment
Closed

Expose performance data as Godot monitor #146

bitbrain opened this issue Jan 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bitbrain
Copy link
Contributor

bitbrain commented Jan 4, 2023

Godot supports In-Editor performance monitoring: https://docs.godotengine.org/en/latest/tutorials/scripting/debug/custom_performance_monitors.html

The idea is that we can track various metrics in Godot and it will be displayed inside the Monitors tab. Possible metrics we can track:

Metric Name Description
fmod/cpu CPU usage
fmod/memory/allocated Memory usage (allocated)
fmod/file File usage
fmod/listeners/total Number of total listeners

Feel free to suggest additional metrics we could track!

@bitbrain bitbrain added the enhancement New feature or request label Jan 4, 2023
@piiertho
Copy link
Member

Can you check current master state, I added monitors.

@piiertho piiertho closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants