Added NVML memory controller load percentage.

This commit is contained in:
2025-02-07 08:23:46 -08:00
parent 442a524243
commit c4e7f7e8b9
5 changed files with 59 additions and 31 deletions
+3 -1
View File
@@ -22,6 +22,8 @@ static struct clock_reason clock_reason_names[] =
};
void init_nvml();
int get_nvml_handle(nvmlDevice_t *device, struct card_info *card);
void print_nvml_clock_reason(int compact, struct card_info *card);
unsigned int get_nvml_temp(struct card_info *card);
unsigned long long get_nvml_clock_reasons(struct card_info *card);
unsigned long long get_nvml_clock_reasons(struct card_info *card);
unsigned int get_nvml_mem_util(struct card_info *card);