User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

VS EU Active

Metric Description

The VS EU Active metric represents the percentage of overall GPU time that the execution units (EUs) were actively executing Vertex Shader instructions. This metric is important if vertex processing seems to be a bottleneck for selected rendering calls.

Possible Issues

  • If VS EU Active is 50%, half of the overall GPU time was spent actively executing Vertex Shader instructions.

  • If VS EU Active is 0%, no Vertex Shader was associated with the selected draw calls, or the amount of time actively executing Vertex Shader instructions was negligible.

To improve performance:

  • If VS EU Active accounts for most of the EU active time, then to improve performance you should simplify the vertex shader or simplify and optimize the geometry of your primitives.

  • If VS EU Active is significant, you should examine your vertex shader code to find the reasons that might be causing stalls.