Intel® Graphics Performance Analyzers (Intel® GPA)
Improve your game's performance by quickly specifying problem areas

Start capture in the code

Laurent_C_1
Beginner
365 Views

Hello,

Is there a way to start and stop a capture not synchronized with present call from my c++ code with DirectX 10?

Thanks.

 

 

0 Kudos
3 Replies
Ryan_G_Intel
Employee
365 Views

Hi Laurent,

I am not sure I understand your question correctly.

0 Kudos
Laurent_C_1
Beginner
365 Views

Hi Ryan,

I just wonder if there is an API to do a "framecapture" in the code.

Something like:

StartGPACapture()

Do some directX call...

StopGPACapture()

So I can analyse just a part of the frame.

Laurent

0 Kudos
Ryan_G_Intel
Employee
365 Views

Hi Laurent,

I think I understand you now :-)     I think what you are looking for can be found here:

Intel® Metrics Framework - https://software.intel.com/en-us/node/659423

Intel® Platform Analysis Library - https://software.intel.com/en-us/intel-platform-analysis-library

 

Also, when GPA is installed, 'capture.exe' will be located in the install location.  This exe can also be used to capture a frame from the command line.

0 Kudos
Reply