How to query GPU Usage in DirectX? Specifically DirectX 11. If someone ever did it, could you provide me the code snippet?
Asked
Active
Viewed 6,627 times
6
-
1Can you specify what you want to do? U can use visual studio to profile the gpu and capture frames if this is what you need. – MHGameWork May 05 '13 at 15:03
-
2Here -> http://processhacker.sourceforge.net/forums/viewtopic.php?t=325 D3DKMTQueryStatistics is used. Not sure what they mean with ExtendedTools (see the last postings) – Vertexwahn May 09 '13 at 14:19
1 Answers
5
Process Hakcer is able to do this. See here: http://processhacker.svn.sourceforge.net/viewvc/processhacker/2.x/trunk/plugins/ExtendedTools/gpumon.c?revision=4927&view=markup
A similar question has been asked here: How do you calculate the load on a nvidia (cuda capable), gpu card?

Community
- 1
- 1

Vertexwahn
- 7,709
- 6
- 64
- 90