Profiling GPU usage in C#

…衆ロ難τιáo~ 提交于 2019-12-10 21:14:54

问题


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.

Thank you


回答1:


Some options:

  • 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


来源:https://stackoverflow.com/questions/28572016/profiling-gpu-usage-in-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!