Created
May 29, 2025 18:41
-
-
Save Pikachuxxxx/4ebcfb19d3168061362072c54c221d92 to your computer and use it in GitHub Desktop.
mangohud conf to collect game stats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MangoHud.conf | |
output_folder=/home/ | |
output_file=true | |
output_format=csv | |
output_pipe=false | |
# Logging control | |
log_duration=120 # Log for 2 minutes (120 seconds) | |
log_start=F4 # Trigger logging with F4 | |
log_performance=true # Enable logging | |
# Metrics to log | |
cpu_stats | |
gpu_stats | |
vram | |
ram | |
fps | |
frametime | |
# Optional: control the filename format | |
output_file_append_process=true | |
output_file_append_date=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment