Added overwrite output mode for things like live monitoring.

This commit is contained in:
2025-02-02 23:40:38 -08:00
parent 13aa5b023e
commit 54885e16f0
5 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ static struct clock_reason clock_reason_names[] =
{nvmlClocksEventReasonDisplayClockSetting, "DispClk", "Display clock"}
};
int init_nvml();
void init_nvml();
void print_nvml_temp(int compact, struct card_info *card);
void print_nvml_clock_reason(int compact, struct card_info *card);
unsigned int get_nvml_temp(struct card_info *card);