fmod-gdextension icon indicating copy to clipboard operation
fmod-gdextension copied to clipboard

Expose performance data as Godot monitor

Open bitbrain opened this issue 2 years ago • 1 comments

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 avatar Jan 04 '23 16:01 bitbrain

Can you check current master state, I added monitors.

piiertho avatar May 26 '24 14:05 piiertho