Commit Graph

26 Commits (f8398c3e7a7888ac8984825a8c536bfcbf6b7a7d)

Author SHA1 Message Date
jackun f8398c3e7a Add I/O stats
Using /proc/self/io 'read_bytes' and 'write_bytes' fields which count only
reads/writes that hit the storage (i.e no cached reads).
4 years ago
FlightlessMango 534ca9416d Spruced up iostats and change to bool from custom 4 years ago
jackun 6bf37f8510
Add "time_format" parameter; update time string every "fps_sampling_period" interval
See std::put_time docs for supported formatting
4 years ago
FlightlessMango 099082affc Refresh config keybind 4 years ago
jackun 68e880a101
config: rename param to "read_cfg" 4 years ago
jackun 80f29aad9d
Allow MANGOHUD_CONFIG to override configuration files' settings.
Use `MANGOHUD_CONFIG=some_setting=1` to skip reading the configuration files
and just use the settings specified with MANGOHUD_CONFIG.

Use `MANGOHUD_CONFIG=read_configs,...` to read configuration files too and
add other settings that you would like to override.
4 years ago
FlightlessMango d8783d3002 Added time param 4 years ago
FlightlessMango 29bacea97f Add param option full 4 years ago
FlightlessMango c73df54166 Added background_alpha param 4 years ago
FlightlessMango e81fa5776e Added crosshair_color param 4 years ago
FlightlessMango 3c4fcda623 Added offset x/y in params 4 years ago
FlightlessMango 2590426ef6 Merge branch 'config' 4 years ago
FlightlessMango a8e4ac84f9 Merge branch 'crosshair' 4 years ago
FlightlessMango 69ed9db4c1 Merge branch 'limiter' 4 years ago
FlightlessMango ebc49ae8c5 Basic parse config 4 years ago
FlightlessMango 47f293a722 Change param keybind vars to KeySym 4 years ago
FlightlessMango 25f4c88175 Change param keybind vars to KeySym 4 years ago
FlightlessMango 9d8fbe561d Keybind params for toggle hud and log 4 years ago
FlightlessMango 1a523a735f Keybind params for toggle hud and log 4 years ago
FlightlessMango c5ea98a243 Added a crosshair and params for it 4 years ago
FlightlessMango 148d19422d Added vsync option 4 years ago
FlightlessMango cd131e0c39 Add fps_limit param 4 years ago
FlightlessMango 35d8f7c829
add ram/vram param options 4 years ago
FlightlessMango 68599a02a3 param options for cpu_stats and gpu_stats 4 years ago
jackun b28e0d2606
Remove unused pipeline stats counters 4 years ago
FlightlessMango dd78c02ed8 MangoHud Standalone
Co-authored-by: jackun <jack.un@gmail.com>
Co-authored-by: telans <telans@protonmail.com>
4 years ago