How to query GPU Usage in DirectX? Specifically DirectX 11. If someone ever did it, could you provide me the code snippet?
-
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– MHGameWork2013-05-05 15:03:00 +00:00Commented May 5, 2013 at 15:03
-
2Here -> processhacker.sourceforge.net/forums/viewtopic.php?t=325 D3DKMTQueryStatistics is used. Not sure what they mean with ExtendedTools (see the last postings)Vertexwahn– Vertexwahn2013-05-09 14:19:07 +00:00Commented May 9, 2013 at 14:19
Add a comment
|
1 Answer
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?