- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 178字
- 2021-07-02 23:21:05
Targeted profiling of code segments
If our performance problem isn't resolved by the checklist mentioned previously, then we probably have a real issue on our hands that demands further analysis. The Profiler window is effective at showing us a broad overview of performance; it can help us find specific frames to investigate and can quickly inform us which MonoBehaviour and/or method may be causing issues. We would then need to figure out whether the problem is reproducible, under what circumstances a performance bottleneck arises, and where exactly within the problematic code block the issue is originating from.
To accomplish these, we will need to perform some profiling of targeted sections of our code, and there are a handful of useful techniques we can employ for this task. For Unity projects, they essentially fit into two categories:
- Controlling the Profiler from script code
- Custom timing and logging methods
Note that the next section focuses on how to investigate Scripting bottlenecks through C# code. Detecting the source of bottlenecks in other engine subsystems will be discussed in their related chapters.
- LaTeX Cookbook
- Dynamics 365 Application Development
- 零基礎學Java(第4版)
- Redis Essentials
- Bootstrap 4:Responsive Web Design
- 軟件測試技術指南
- Mastering Unity 2D Game Development(Second Edition)
- Unity 2018 Augmented Reality Projects
- 從零開始:UI圖標設計與制作(第3版)
- 零基礎C#學習筆記
- Java程序設計入門(第2版)
- TypeScript High Performance
- PHP程序設計經典300例
- TensorFlow.NET實戰
- 亮劍C#項目開發案例導航