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

Multiple Swapchains

Samuel_W_
Beginner
542 Views

Hi,

I am curious about what GPA considers as a Frame in a DirectX application. When you record a frame for analysis, what event is considered to be the start and the end of the frame. I am guessing GPA records the events between the next two Presents. If this is the case how does it deal with applications with multiple swapchains? I checked the forum for an answer on the subject, but I couldn't find any.

I am trying to profile our application which has multiple swapchains each one presenting once during our frame. I detect a strange behavior when analyzing a GPA capture. I can see a couple of extra frames being captured, and that amount is varies between different captures. I'm trying to figure out if GPA gets confused by the multiple swapchains, or if we indeed have a race condition which result on some random extra rendering every frame.

0 Kudos
6 Replies
Neal_Pierman
Valued Contributor I
542 Views

Hi,

First of all, can you provide information on your configuration? Right-click on the Intel GPA Monitor icon in the notification tray and select "About...".

thanks!

Neal

0 Kudos
Samuel_W_
Beginner
542 Views

Windows 7 build 7601, 64-bit DEP enabled
Num Processors: 12
Memory: 32691MB
System BIOS: Hewlett-Packard J61 v03.15 (05/09/2013)
Video BIOS: Version 80.04.5C.00.71  (12/20/12)
Driver 0:
     Device: NVIDIA GeForce GTX 670
     Provider: NVIDIA
     Date: 5-19-2014
     Version: 9.18.13.3788
     VendorId: 10de
     ProductId: 1189
     Stepping: a1
     No support for GPA Instrumentation
GPA install directory: :) :) :)
GPA version: 14.2.225646
Current user is in Administrators group: YES
Current GPA 2014 R2 (14.2.225646)
Secure Boot/Trusted Boot is Disabled

0 Kudos
Neal_Pierman
Valued Contributor I
542 Views

Hi,

Thanks for the extra information. I'm checking to see if this is a known issue.

Regards,

Neal

0 Kudos
Neal_Pierman
Valued Contributor I
542 Views

Hello,

I'm assuming that you're also using deferred rendering with the multiple swapchains? If so, your game is likely "confusing" Intel GPA, and therefore this is a bug in the product. Do you have a sample app showing this that I can provide to the development team?

thanks!

Neal

0 Kudos
Samuel_W_
Beginner
542 Views

Hi Neal,

Thanks for the answer.
We are indeed rendering deferred with multiple swapchains. Can you elaborate on why it's "confusing" GPA?

 I will check with my management for the sample, it might be little tricky because of NDAs.

I'll keep you posted.

0 Kudos
Neal_Pierman
Valued Contributor I
542 Views

Hi,

Sorry for my lack of clarity on this... basically, Intel GPA is "confused" since it doesn't handle the specific sequence of DX calls that you are making in your app. In other words, there's a bug in the code since we don't handle this properly. :-)

I understand your concerns about providing the full app. If you have a smaller code snippet that exhibits the same problem that would actually be better than the whole app, and would allow us to quickly isolate the specific problem.

Regards,

Neal

ps-> And thanks for using the Intel GPA toolset -- hopefully we can get this resolved and quickly get you back up and running.

0 Kudos
Reply