问题
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