- 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.
推薦閱讀
- Getting Started with React
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Vue.js 3.0源碼解析(微課視頻版)
- 精通API架構:設計、運維與演進
- C++程序設計基礎教程
- Instant RubyMotion App Development
- 實戰Java高并發程序設計(第3版)
- Java程序員面試筆試寶典(第2版)
- JavaScript悟道
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- Android應用程序設計
- Python Penetration Testing Essentials
- Managing Windows Servers with Chef
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Instant SQL Server Analysis Services 2012 Cube Security