读书人

如何样得到显卡(GPU)的运行状态啦

发布时间: 2012-08-07 14:54:49 作者: rapoo

怎么样得到显卡(GPU)的运行状态啦?

现在主流的显卡有两种,一类是Nvidia的GPU,一种是AMD的GPU。

很多人都在做GPU的时候,都想知道GPU的特性,想知道使用时候的状态,有问题,频率,内存使用情况,占有率,很多人问道了,是否可以使用系统底层的API得到?

其实系统给的API并不完善,经常得不到完全的信息。

---------------------------------------------------------------------------------------------------------------------------------------

对于NVidia的GPU,推荐使用NVAPI来得到这些参数:

http://developer.nvidia.com/nvapi

这个链接是NVAPI的具体的信息:

NVAPI

WHAT IS NVAPI, AND WHY DO YOU NEED IT?

NVAPI is NVIDIA's core software development kit that allows direct access to NVIDIA GPUs and drivers on all windows platforms. NVAPI provides support for categories of operations that range beyond the scope of those found in familiar graphics APIs such as DirectX and OpenGL.

Initially exposed only to OEMs and game developer tools, NVAPI is now available for download to all developers interested in building Windows applications on NVIDIA GPUs.

DOWNLOADS

读书人网 >其他相关

热点推荐