Unity Game Optimization
上QQ阅读APP看书,第一时间看更新

The GPU Usage area

The GPU Usage area is similar to the CPU Usage area, except that it shows method calls and processing time as it occurs on the GPU. Relevant Unity method calls in this area will relate to cameras, drawing, opaque and transparent geometry, lighting and shadows, and so on.

The GPU Usage area offers hierarchical information similar to the CPU Usage area and estimates the time spent calling into various rendering functions such as Camera.Render() (provided rendering actually occurs during the frame currently selected in Timeline View).

The GPU Usage area will be a useful tool to refer to when you go through Chapter 6, Dynamic Graphics.