Log
Log copied to clipboard
Feature Request: Enhance Godot Log Asset
I'd like to request the addition of several features to the log to make it more helpful for testing.
- RAM Usage: The ability to track and log RAM usage throughout the application's runtime.
- Time Between Logs: The option to include timestamps in miliseconds format between each log entry for better timekeeping and understand how long did it take to execute a specific func or a given operation.
- CPU Usage: The ability to log CPU usage alongside other log data.
- VRAM Usage: The ability to track and log VRAM usage throughout the application's runtime. Ability to add to the log file, making it easier to find performance issues and optimize the application on other devices