- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 112字
- 2021-07-02 23:21:02
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 time spent calling into various rendering functions such as Camera.Render() (provided rendering actually occurs during the frame currently selected in the Timeline View).
The GPU Usage Area will be a useful tool to refer to when you go through Chapter 6, Dynamic Graphics.
推薦閱讀
- 精通Nginx(第2版)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Java持續(xù)交付
- INSTANT Passbook App Development for iOS How-to
- Android系統(tǒng)原理及開發(fā)要點(diǎn)詳解
- Arduino計算機(jī)視覺編程
- Clojure for Java Developers
- Android移動應(yīng)用項目化教程
- Android 游戲開發(fā)大全(第二版)
- 你必須知道的.NET(第2版)
- Kohana 3.0 Beginner's Guide
- Android熱門應(yīng)用開發(fā)詳解
- Cloud Development andDeployment with CloudBees
- SFML Essentials
- Twitter Bootstrap Web Development How-to