Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinjn committed Jan 8, 2023
1 parent f4e5bc3 commit d181fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvidia_prof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ int NvidiaInfo::update()
nvidia_setup();
#endif
}
else CHECK_NVML(nvRetValue, nvmlDeviceGetUtilizationRates);
//else CHECK_NVML(nvRetValue, nvmlDeviceGetUtilizationRates);
metrics.addMetric(METRIC_SM_SOL, nvUtilData.gpu);
metrics.addMetric(METRIC_MEM_SOL, nvUtilData.memory);
}
Expand Down

0 comments on commit d181fa8

Please sign in to comment.