Added support for the NVML (NVIDIA Management Library). Added support for power and PCIE throughput sensors on NVIDIA GPUs.

This commit is contained in:
Michael Möller
2020-02-20 22:07:03 +01:00
parent 0a8923a998
commit 8e9bea8b6c
10 changed files with 366 additions and 40 deletions

View File

@@ -295,6 +295,9 @@
<ItemGroup>
<EmbeddedResource Include="Resources\ram.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\throughput.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />