mirror of
https://github.com/Syllo/nvtop.git
synced 2026-04-21 22:48:08 -04:00
Introduces a new 'Effective Load' metric, calculated as GPU Load weighted by power consumption (Current Power / Max Power). This provides a more accurate representation of hardware throughput, especially in low P-States. - Updates 'gpuinfo_dynamic_info' to store effective_load_rate. - Implements calculation logic in 'extract_gpuinfo.c'. - Adds 'Eff. Load' display to the device header in the ncurses interface. - Adds 'Effective load rate' as a selectable metric in the Chart setup menu and handles config persistence.