cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

magnarj
Journeyman III

How to get GPU performance counters from visual studio.net?

I want to read GPU compute and memory usage from visual studio.net. How do I implement this? The GPUperf api is unmanaged so I can't just reference it into visual studio.

0 Likes
3 Replies
jammyamerica
Journeyman III

What Exactly??wait

0 Likes
redwood19
Journeyman III

have you used any performance analysis tools?

0 Likes
chesik
Staff

Hi,

Can you be a little more specific about what you are trying to do?  The GPUPerfAPI library is provided  so that you can integrate performance counter collection into your DirectX/OpenGL/OpenCL application.  There are also tools provided by AMD to allow you to profile and debug your graphics and compute applications.  CodeXL is available as both a standalone application as well as a Visual Studio plugin.  GPU PerfStudio is available as a standalone application.

Chris

0 Likes