- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 92字
- 2021-06-24 12:13:00
Minimizing external distractions
This one is simple, but absolutely necessary. We should double-check that there are no background processes eating away CPU cycles or consuming vast swathes of memory. Being low on available memory will generally interfere with our testing, as it can cause more cache misses, hard drive access for virtual memory page-file swapping, and generally slow responsiveness on the part of the application. If our application is suddenly behaving significantly worse than anticipated, double-check the system's task manager (or equivalent) for any CPU/memory/hard disk activity that might be causing problems.
推薦閱讀
- The Supervised Learning Workshop
- Interactive Data Visualization with Python
- Java從入門到精通(第4版)
- Learning SAP Analytics Cloud
- aelf區(qū)塊鏈應用架構指南
- C程序設計案例教程
- Getting Started with Gulp
- Python Data Structures and Algorithms
- Learning AngularJS for .NET Developers
- C#開發(fā)案例精粹
- INSTANT Silverlight 5 Animation
- 新印象:解構UI界面設計
- 計算機組裝與維護(第二版)
- AngularJS UI Development
- Kohana 3.0 Beginner's Guide