The debugger 'GPU profiler' tab

Paid plans only The GPU profiler tab provides a more detailed breakdown of the estimated GPU usage. This covers work done to render the project's graphics, which is typically done on separate hardware (the Graphics Processing Unit, or GPU). The project must be running continuously for the profiler to be able to collect and display information. It then displays a breakdown of the estimated GPU time spent on each layer. It updates once a second and the values shown are for the previous second only.

It must be noted that the overall GPU usage is an estimate to begin with, and all other values are therefore estimates as well. However it is usually sufficient to identify which layers are responsible if the GPU usage is high.

The measurements are based on the time it takes for the GPU hardware to do the rendering work. It should be noted that these are hardware measurements, and do not involve software. Therefore high GPU measurements are not usually the consequence of any particular software or technology, and will be similar across different tools that send the same work to the GPU. A high GPU measurement indicates that the capabilities of the hardware have been reached; the solution is to adjust the design of the project to require less rendering work, such as fewer objects, fewer layers, reduced use of effects, and so on.

Profiler breakdown

The GPU profiler works similarly to the CPU profiler, but it displays the approximate GPU time required to render each layer. It shows both the Self time, which is the time spent to render that layer alone, as well as the Total time, which is the self time plus the time spent rendering any sub-layers. There is also a separate item for the layout itself, whose total time includes all layers, and includes the time to process any layout effects, as well as any layout-level compositing that is required (such as stretching the final image larger in low-quality fullscreen mode).

Construct Animate Manual 2024-04-24