6

How to query GPU Usage in DirectX? Specifically DirectX 11. If someone ever did it, could you provide me the code snippet?

2
  • 1
    Can 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. Commented May 5, 2013 at 15:03
  • 2
    Here -> processhacker.sourceforge.net/forums/viewtopic.php?t=325 D3DKMTQueryStatistics is used. Not sure what they mean with ExtendedTools (see the last postings) Commented May 9, 2013 at 14:19

1 Answer 1

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?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.