在C#中分析GPU使用情况 [英] Profiling GPU usage in C#

查看:682
本文介绍了在C#中分析GPU使用情况的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在编写一个使用EMGU的GpuInvoke方法进行GPU加速的C#应用​​程序。我想分析我的代码,并查看GPU上的负载以及我正在使用的GPU内存量,但是我很难找到一种做到这一点的好方法。似乎应该很简单,但我无法弄清丢失的内容。

I am writing a C# application that is GPU accelerated using EMGU's GpuInvoke method. I would like to profile my code and look at the load on the GPU and the amount of GPU memory I'm using, but I'm having trouble finding a good way to do that. It seems like it should be simple, but I can't figure out what I'm missing.

谢谢

推荐答案

某些选项:


  • 使用性能监视器 perfmon.exe 是最容易使用的工具

  • 使用 GPUZ

  • 使用GPU硬件供应商提供的性能套件,例如 NVIDIA

  • using Performance Monitor perfmon.exe which is the easiest tool to use
  • using tools like GPUZ
  • using a performance kit from the GPU hardware vendor like NVIDIA

这篇关于在C#中分析GPU使用情况的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆