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

GPA 3.0: Frame Analyzer says my ERG is "Other (non-shader)"

kaneda1
Beginner
1,024 Views
In GPA Frame Analyzer what is "Other (non-shader)" when I hover my mouse over an ERG bar in the GPU break down graph?

Thanks!
0 Kudos
4 Replies
Neal_Pierman
Valued Contributor I
1,024 Views
Hello,

You should be able to see what's in that erg by selecting that erg, then in the "experments" frame select the "API Log" tab and open the log for that erg. My expectation is that this erg is other than a simple "draw" or "clear" command.

Please let me know if this answers your question.

Regards,

Neal
0 Kudos
kaneda1
Beginner
1,024 Views
So everything besides the 'draw' and 'clear' calls are considered in the "Other (non-shader)" time?

Also is there a known list of costly non-draw/clear calls on the (integrated) graphics? I ask because in some ergs I see more time spent on "Other" than on shader calls.
0 Kudos
Philipp_G_Intel
Employee
1,024 Views

Hello,

GPU Breakdown histogram shows per-erg "breakdown" for all the shaders used by the erg and also shows the total time for the erg which includes all other GPU-pipeline stages, like culling, rasterization, blending, etc. Some types of ergs includes only "non shader" stages like Clear call for example. If a DrawPrimitive call has significant "non-shader" part it means that it mostly depends on non-shader pipeline stages.


Regards,

Philipp

0 Kudos
Neal_Pierman
Valued Contributor I
1,024 Views
Hello,

Here's some additional items that might appear in the "other" category: Vertex Fetch, Input Assembly, Clipping, Rasterization. As Philipp mentions, it's anything in the GPU pipeline that is not attributed to a shader.

Hope this helps...

Regards,

Neal
0 Kudos
Reply